diff options
Diffstat (limited to 'portable/strlcpy.c')
-rw-r--r-- | portable/strlcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/strlcpy.c b/portable/strlcpy.c index 1dd49a3..d281645 100644 --- a/portable/strlcpy.c +++ b/portable/strlcpy.c @@ -14,7 +14,7 @@ */ #include <config.h> -#include <system.h> +#include <portable/system.h> /* * If we're running the test suite, rename strlcpy to avoid conflicts with |