From 4782d87313efec9f9ad5c329221cc9d11101cbd4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 4 Sep 2008 11:12:01 -0700 Subject: [PATCH] Fix included headers. Enables partner builds. --- include/socket-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/socket-util.h b/include/socket-util.h index 3f6289aa0..fec4565cf 100644 --- a/include/socket-util.h +++ b/include/socket-util.h @@ -34,9 +34,9 @@ #ifndef SOCKET_UTIL_H #define SOCKET_UTIL_H 1 +#include #include #include -#include int set_nonblocking(int fd); int lookup_ip(const char *host_name, struct in_addr *address); -- 2.45.2