summaryrefslogtreecommitdiffstats
path: root/src/utils/knot1to2/cf-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/knot1to2/cf-parse.y')
-rw-r--r--src/utils/knot1to2/cf-parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/knot1to2/cf-parse.y b/src/utils/knot1to2/cf-parse.y
index 89332cf76..aad6effeb 100644
--- a/src/utils/knot1to2/cf-parse.y
+++ b/src/utils/knot1to2/cf-parse.y
@@ -24,8 +24,8 @@
#include "utils/knot1to2/scheme.h"
#include "utils/knot1to2/extra.h"
#include "utils/knot1to2/cf-parse.tab.h"
-#include "libknot/internal/strlcat.h"
-#include "libknot/internal/strlcpy.h"
+#include "contrib/openbsd/strlcat.h"
+#include "contrib/openbsd/strlcpy.h"
#define DEFAULT_PORT 53
#define DEFAULT_CTL_PORT 5533