summaryrefslogtreecommitdiffstats
path: root/src/utils/knot1to2/cf-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/knot1to2/cf-lex.l')
-rw-r--r--src/utils/knot1to2/cf-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/knot1to2/cf-lex.l b/src/utils/knot1to2/cf-lex.l
index 0b8737a60..4385ba5f3 100644
--- a/src/utils/knot1to2/cf-lex.l
+++ b/src/utils/knot1to2/cf-lex.l
@@ -28,7 +28,7 @@
#include "utils/knot1to2/includes.h"
#include "utils/knot1to2/extra.h"
#include "utils/knot1to2/cf-parse.tab.h"
-#include "libknot/internal/strlcpy.h"
+#include "contrib/openbsd/strlcpy.h"
/* Imported symbols. */
#define lval (yylval->tok)