Author: ajcorrea
Date: Sun Apr 26 08:55:46 2009
New Revision: 13989
Modified:
branches/LUSCA_HEAD/libsqstore/store_log.c
Log:
Missing include libcore/varargs.h
Modified: branches/LUSCA_HEAD/libsqstore/store_log.c
==============================================================================
--- branches/LUSCA_HEAD/libsqstore/store_log.c (original)
+++ branches/LUSCA_HEAD/libsqstore/store_log.c Sun Apr 26 08:55:46 2009
@@ -6,6 +6,7 @@
#include "../include/config.h"
#include "../include/squid_md5.h"
+#include "../libcore/varargs.h"
#include "../libcore/kb.h"
#include "../libcore/tools.h" /* for SQUID_MAXPATHLEN */
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---