diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-18 14:27:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-18 14:27:01 +0000 |
commit | 29f1f9aeaaf5e15d9d3101a0887b102b9b24c96f (patch) | |
tree | e7f52c1a6427d134e0500cd89d4e5e9761393f68 /compat_strlcpy.c | |
parent | 13255de738140bf9fed5a722c85cf8e0f7083a9d (diff) | |
download | mandoc-29f1f9aeaaf5e15d9d3101a0887b102b9b24c96f.tar.gz |
Make compat files actually use compat.h. Ooops.
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; |