Revision: 14495 Author: adrian.chadd Date: Wed Mar 24 23:13:45 2010 Log: Issue #94 portability fixes
http://code.google.com/p/lusca-cache/source/detail?r=14495 Modified: /branches/LUSCA_HEAD/libcore/tools.c ======================================= --- /branches/LUSCA_HEAD/libcore/tools.c Wed Mar 24 08:22:33 2010 +++ /branches/LUSCA_HEAD/libcore/tools.c Wed Mar 24 23:13:45 2010 @@ -1,15 +1,18 @@ +#include "../include/config.h" + #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/time.h> +#if HAVE_STRING_H #include <string.h> +#endif #if HAVE_BACKTRACE_SYMBOLS_FD #include <execinfo.h> #endif -#include "../include/config.h" #include "varargs.h" #include "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.
