diff options
Diffstat (limited to 'compat_strlcpy.c')
-rw-r--r-- | compat_strlcpy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compat_strlcpy.c b/compat_strlcpy.c index f56f2d85..a7c64ff9 100644 --- a/compat_strlcpy.c +++ b/compat_strlcpy.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_STRLCPY int dummy; |