Fix included headers.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 18:12:01 +0000 (11:12 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 20:53:26 +0000 (13:53 -0700)
Enables partner builds.

include/socket-util.h

index 3f6289a..fec4565 100644 (file)
@@ -34,9 +34,9 @@
 #ifndef SOCKET_UTIL_H
 #define SOCKET_UTIL_H 1
 
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <stdbool.h>
-#include <sys/socket.h>
 
 int set_nonblocking(int fd);
 int lookup_ip(const char *host_name, struct in_addr *address);