Revision: 14568 Author: adrian.chadd Date: Sat Apr 10 18:04:58 2010 Log: Issue #94 - make this compile
http://code.google.com/p/lusca-cache/source/detail?r=14568 Modified: /branches/LUSCA_HEAD/libhelper/ipc_win32.c ======================================= --- /branches/LUSCA_HEAD/libhelper/ipc_win32.c Mon Apr 5 19:52:10 2010 +++ /branches/LUSCA_HEAD/libhelper/ipc_win32.c Sat Apr 10 18:04:58 2010 @@ -36,10 +36,20 @@ #include "../include/config.h" +#if HAVE_FCNTL_H +#include <fcntl.h> +#endif +#if HAVE_ERRNO_H +#include <errno.h> +#endif + #include "../include/util.h" #include "../include/Array.h" #include "../include/Stack.h" +#include "../include/win32_compat.h" +#include "../include/win32_version.h" + #include "../libcore/tools.h" #include "../libcore/gb.h" #include "../libcore/kb.h" @@ -51,6 +61,8 @@ #include "../libmem/MemBufs.h" #include "../libmem/MemBuf.h" +#include "../libstat/StatHist.h" + #include "../libsqinet/sqinet.h" #include "../libiapp/fd_types.h" #include "../libiapp/comm_types.h" -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
