Revision: 14590 Author: [email protected] Date: Sun Apr 11 17:32:53 2010 Log: Add missing win32_error.h include http://code.google.com/p/lusca-cache/source/detail?r=14590
Modified: /branches/LUSCA_HEAD/lib/util.c /branches/LUSCA_HEAD/libasyncio/aiops_win32.c /branches/LUSCA_HEAD/libhelper/ipc_win32.c ======================================= --- /branches/LUSCA_HEAD/lib/util.c Thu Jan 8 16:02:00 2009 +++ /branches/LUSCA_HEAD/lib/util.c Sun Apr 11 17:32:53 2010 @@ -73,6 +73,7 @@ #endif #include "util.h" +#include "win32_error.h" static void default_failure_notify(const char *); ======================================= --- /branches/LUSCA_HEAD/libasyncio/aiops_win32.c Sat Apr 10 20:04:40 2010 +++ /branches/LUSCA_HEAD/libasyncio/aiops_win32.c Sun Apr 11 17:32:53 2010 @@ -50,6 +50,8 @@ #include <signal.h> #include "../include/util.h" +#include "../include/win32_error.h" + #include "../include/Array.h" #include "../include/Stack.h" ======================================= --- /branches/LUSCA_HEAD/libhelper/ipc_win32.c Sat Apr 10 18:04:58 2010 +++ /branches/LUSCA_HEAD/libhelper/ipc_win32.c Sun Apr 11 17:32:53 2010 @@ -48,6 +48,7 @@ #include "../include/Stack.h" #include "../include/win32_compat.h" +#include "../include/win32_error.h" #include "../include/win32_version.h" #include "../libcore/tools.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.
