--- cherokee/util.h.orig Sat Oct 15 19:31:05 2005 +++ cherokee/util.h Thu Oct 20 00:59:40 2005 @@ -31,6 +31,14 @@ #include +#ifdef HAVE_SYS_TYPES_H +#include +#endif + +#ifdef HAVE_SYS_SOCKET_H +# include +#endif + #ifdef HAVE_NETINET_IN_H # include #endif