Author: adrian.chadd
Date: Sun Mar 29 10:58:04 2009
New Revision: 13887
Modified:
branches/LUSCA_HEAD/libasyncio/aiops.c
branches/LUSCA_HEAD/libasyncio/async_io.c
Log:
Add missing #include's, allowing lusca-head to build on linux.
Modified: branches/LUSCA_HEAD/libasyncio/aiops.c
==============================================================================
--- branches/LUSCA_HEAD/libasyncio/aiops.c (original)
+++ branches/LUSCA_HEAD/libasyncio/aiops.c Sun Mar 29 10:58:04 2009
@@ -36,6 +36,8 @@
#error "_REENTRANT MUST be defined to build squid async io support."
#endif
+#include "../include/config.h"
+
#include <pthread.h>
#include <stdio.h>
#include <sys/types.h>
@@ -59,6 +61,7 @@
#include "../include/Array.h"
#include "../include/Stack.h"
+#include "../libcore/varargs.h"
#include "../libcore/tools.h"
#include "../libcore/gb.h"
#include "../libcore/kb.h"
Modified: branches/LUSCA_HEAD/libasyncio/async_io.c
==============================================================================
--- branches/LUSCA_HEAD/libasyncio/async_io.c (original)
+++ branches/LUSCA_HEAD/libasyncio/async_io.c Sun Mar 29 10:58:04 2009
@@ -38,6 +38,8 @@
#error "_REENTRANT MUST be defined to build squid async io support."
#endif
+#include "../include/config.h"
+
#include <pthread.h>
#include <stdio.h>
#include <sys/types.h>
@@ -61,6 +63,7 @@
#include "../include/Array.h"
#include "../include/Stack.h"
+#include "../libcore/varargs.h"
#include "../libcore/tools.h"
#include "../libcore/gb.h"
#include "../libcore/kb.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
-~----------~----~----~----~------~----~------~--~---