add <sys/socket.h> for solaris. #418919, from Wang Xin
authorDan Winship <danw@src.gnome.org>
Fri, 16 Mar 2007 18:07:57 +0000 (18:07 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 16 Mar 2007 18:07:57 +0000 (18:07 +0000)
svn path=/trunk/; revision=919

tests/ssl-test.c

index 211c94a..c9961d2 100644 (file)
@@ -1,10 +1,11 @@
 #include <gnutls/gnutls.h>
 #include <glib.h>
-#include <netinet/in.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
 
 #include "libsoup/soup-socket.h"
 #include "libsoup/soup-ssl.h"