]> andersk Git - libfaim.git/blobdiff - utils/aimdebugd/network.h
- Wed Nov 8 02:23:25 UTC 2000
[libfaim.git] / utils / aimdebugd / network.h
index 57cd97b0ab481a43bffe625d4131feeb65f0e5e0..48700cf070eb17a5176ae6e0ba20d22d31365701 100644 (file)
@@ -2,6 +2,10 @@
  * Common functions used in all apps
  */
 
+#include <netdb.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
 int Read(int fd, unsigned char *buf, int len);
 int establish(u_short portnum);
 int get_connection(int s);
This page took 0.221084 seconds and 4 git commands to generate.