Revision: 14314 Author: adrian.chadd Date: Sat Oct 3 19:08:58 2009 Log: Fix Issue 63 - include varargs.h before any varargs use.
http://code.google.com/p/lusca-cache/source/detail?r=14314 Modified: /branches/LUSCA_HEAD/libhttp/HttpHeaderType.c ======================================= --- /branches/LUSCA_HEAD/libhttp/HttpHeaderType.c Sat Jan 17 12:32:29 2009 +++ /branches/LUSCA_HEAD/libhttp/HttpHeaderType.c Sat Oct 3 19:08:58 2009 @@ -45,6 +45,7 @@ #include <sys/socket.h> #include <netinet/in.h> +#include "../libcore/varargs.h" #include "../libcore/tools.h" #include "HttpHeaderType.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 -~----------~----~----~----~------~----~------~--~---
