diff options
Diffstat (limited to 'tests/base32hex.c')
-rw-r--r-- | tests/base32hex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base32hex.c b/tests/base32hex.c index c9e9198b4..442a82988 100644 --- a/tests/base32hex.c +++ b/tests/base32hex.c @@ -21,7 +21,7 @@ #include "libknot/libknot.h" #include "libknot/internal/base32hex.h" -#include "libknot/internal/strlcpy.h" +#include "contrib/openbsd/strlcpy.h" #define BUF_LEN 256 #define MAX_BIN_DATA_LEN ((INT32_MAX / 8) * 5) |