Revision: 14548
Author: adrian.chadd
Date: Mon Apr  5 20:59:08 2010
Log: Add missing #include


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

Modified:
 /branches/LUSCA_HEAD/libhttp/HttpMethod.c

=======================================
--- /branches/LUSCA_HEAD/libhttp/HttpMethod.c   Mon Apr  5 00:40:47 2010
+++ /branches/LUSCA_HEAD/libhttp/HttpMethod.c   Mon Apr  5 20:59:08 2010
@@ -38,6 +38,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#if HAVE_STRING_H
+#include <string.h>
+#endif

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