summaryrefslogtreecommitdiff
path: root/strlcpy.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-02-28 04:02:29 +0000
committerNiels Provos <provos@gmail.com>2007-02-28 04:02:29 +0000
commit127c260bb7f8e972fffab9bc72bd1f53eae48730 (patch)
tree54b17097804851aae50538385ab94594c2f092ef /strlcpy.c
parent995a58a374c4b1ce28c214d22dfdf00329b28957 (diff)
downloadlibevent-127c260bb7f8e972fffab9bc72bd1f53eae48730.tar.gz
make evconfig.h available as installed header file; not
really ideal but good enough for me; from Nick Mathewson svn:r339
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strlcpy.c b/strlcpy.c
index 5d194527..d21fec65 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -34,7 +34,7 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp
#include <sys/types.h>
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "evconfig.h"
#endif /* HAVE_CONFIG_H */
#ifndef HAVE_STRLCPY