mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
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:
parent
834d935e6e
commit
50771a6b48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user