summaryrefslogtreecommitdiff
path: root/strlcpy.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-03-01 06:25:18 +0000
committerNiels Provos <provos@gmail.com>2007-03-01 06:25:18 +0000
commitb5d2f9a255dbd5eb7d650cd8d829fb85c9c69f2c (patch)
treec2563e100272d59209172abe6eb18542c5c0b9bb /strlcpy.c
parent8d94bd03ebac666171fbbc75a598ef01f63390f5 (diff)
downloadlibevent-b5d2f9a255dbd5eb7d650cd8d829fb85c9c69f2c.tar.gz
rolling back r339: evconfig.h does not work
svn:r341
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 d21fec65..5d194527 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 "evconfig.h"
+#include "config.h"
#endif /* HAVE_CONFIG_H */
#ifndef HAVE_STRLCPY