]> git.cworth.org Git - ttt/blobdiff - src/ttt.h
2005-11-11 Carl Worth <cworth@cworth.org>
[ttt] / src / ttt.h
index 42b8c433c4c353431d0c3a3b4a74d9c7255d03b4..316d74494c6e34ae1fde8d7684cbfc84f5d24cea 100644 (file)
--- a/src/ttt.h
+++ b/src/ttt.h
@@ -30,6 +30,7 @@
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <stdint.h>
 #include <unistd.h>
 #include <fcntl.h>
@@ -39,8 +40,7 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <netinet/ip.h>
-#include <netdb.h>
+#include <pthread.h>
 
 #define ASSERT_NOT_REACHED             \
 do {                                   \