Revision: 14562
Author: adrian.chadd
Date: Sat Apr 10 08:29:18 2010
Log: Fix the win32 includes


http://code.google.com/p/lusca-cache/source/detail?r=14562

Modified:
 /branches/LUSCA_HEAD/libiapp/win32_pipe.c
 /branches/LUSCA_HEAD/src/squid.h

=======================================
--- /branches/LUSCA_HEAD/libiapp/win32_pipe.c   Mon Apr  5 20:57:29 2010
+++ /branches/LUSCA_HEAD/libiapp/win32_pipe.c   Sat Apr 10 08:29:18 2010
@@ -53,6 +53,9 @@
 #include <psapi.h>
 #endif

+#include "../include/win32_error.h"
+#include "../include/win32_version.h"
+
 THREADLOCAL int ws32_result;
 THREADLOCAL int _so_err;
 THREADLOCAL int _so_err_siz = sizeof(int);
=======================================
--- /branches/LUSCA_HEAD/src/squid.h    Mon Apr  5 20:06:53 2010
+++ /branches/LUSCA_HEAD/src/squid.h    Sat Apr 10 08:29:18 2010
@@ -354,6 +354,8 @@
 /* Windows Port */
 #ifdef _SQUID_WIN32_
 #include "../include/win32_compat.h"
+#include "../include/win32_version.h"
+#include "../include/win32_error.h"
 #endif

 #include "../libcore/dlink.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.

Reply via email to