diff options
Diffstat (limited to 'tests/portable/strlcpy-t.c')
-rw-r--r-- | tests/portable/strlcpy-t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/portable/strlcpy-t.c b/tests/portable/strlcpy-t.c index 6427374..8fb1f9c 100644 --- a/tests/portable/strlcpy-t.c +++ b/tests/portable/strlcpy-t.c @@ -24,7 +24,7 @@ */ #include <config.h> -#include <system.h> +#include <portable/system.h> #include <tests/libtest.h> |