summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorfcolin2002-12-16 14:51:27 +0000
committerfcolin2002-12-16 14:51:27 +0000
commita0963c921b51df6817448d419483a64c47046326 (patch)
treee2b338eaa37c6febe9cbb5379e7471274ee5209c /src/ivy.c
parent809dd9c2eeb1441f04234bdd23d862b98fe4ff9b (diff)
downloadivy-c-a0963c921b51df6817448d419483a64c47046326.zip
ivy-c-a0963c921b51df6817448d419483a64c47046326.tar.gz
ivy-c-a0963c921b51df6817448d419483a64c47046326.tar.bz2
ivy-c-a0963c921b51df6817448d419483a64c47046326.tar.xz
passage en GCC 3.2
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 870e6fc..43539f8 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -17,6 +17,9 @@
*/
#include <stdlib.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <stdio.h>
#include <string.h>