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