1 + | --- elhttp.c Wed Feb 23 12:00:00 2005 |
2 + | +++ ../../elhttp.c Sat Feb 26 16:51:52 2005 |
3 + | @@ -27,6 +27,7 @@ |
4 + | #include <sys/wait.h> |
5 + | #include <unistd.h> |
6 + | #include <netdb.h> |
7 + | +#include <pthread.h> |
8 + | |
9 + | #define recv(a,b,c,d) read(a,b,c) |
10 + | #define send(a,b,c,d) write(a,b,c) |