diff options
Diffstat (limited to 'compat_strlcpy.c')
-rw-r--r-- | compat_strlcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat_strlcpy.c b/compat_strlcpy.c index ccdf9319..a00d5118 100644 --- a/compat_strlcpy.c +++ b/compat_strlcpy.c @@ -1,6 +1,6 @@ #include "config.h" -#ifdef HAVE_STRLCPY +#if HAVE_STRLCPY int dummy; |