r9380@Kushana: nickm | 2006-10-24 21:25:07 -0400

Add string.h include to compat.h so that strlcpy() and strlcat() will always be defined after including compat.h.  This should resolve warnings on centos.


svn:r8824
This commit is contained in:
Nick Mathewson 2006-10-25 01:25:17 +00:00
parent 834d935e6e
commit 50771a6b48

View File

@ -29,6 +29,9 @@
#ifdef HAVE_TIME_H
#include <time.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <stdarg.h>
#ifndef NULL_REP_IS_ZERO_BYTES