summaryrefslogtreecommitdiffstats
path: root/src/utils/knot1to2/cf-lex.l
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2015-12-02 13:05:26 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2015-12-04 13:41:38 +0100
commitb6353e6be65f19aa378be4a896629e0f7b807a81 (patch)
tree07a0f890a293c543094861857222cd0fa0cb5ce6 /src/utils/knot1to2/cf-lex.l
parentcontrib: move libUCW source from internal (diff)
downloadknot-b6353e6be65f19aa378be4a896629e0f7b807a81.tar.xz
knot-b6353e6be65f19aa378be4a896629e0f7b807a81.zip
contrib: move strlcat and strcpy from internal
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)