$ make<br>...<br>gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include    -g -O2 -MT vtc_http.o -MD -MP -MF .deps/vtc_http.Tpo -c -o vtc_http.o vtc_http.c<br>In file included from vtc_http.c:47:<br>vtc.h:60: error: syntax error before 'vtc_thread'<br>
vtc.h:60: warning: type defaults to 'int' in declaration of 'vtc_thread'<br>vtc.h:60: warning: data definition has no type or storage class<br>make: *** [vtc_http.o] Error 1<br><br>Adding<br>#include <pthread.h><br>
<br>to vtc_http.c solves the problem.<br><br>Regards,<br>jh<br>