summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/regex.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-13 12:03:51 +0000
committerjsg <jsg@openbsd.org>2020-02-13 12:03:51 +0000
commitc6d1a7a6539ea41def94efee6a5f02af3bc877b7 (patch)
tree14a203fe8c1b6d1bdd982d3eb77a7f8e3598d498 /usr.bin/dig/lib/isc/regex.c
parentremove unused macros (diff)
downloadwireguard-openbsd-c6d1a7a6539ea41def94efee6a5f02af3bc877b7.tar.xz
wireguard-openbsd-c6d1a7a6539ea41def94efee6a5f02af3bc877b7.zip
remove more uneeded include statements and files
Diffstat (limited to 'usr.bin/dig/lib/isc/regex.c')
-rw-r--r--usr.bin/dig/lib/isc/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/dig/lib/isc/regex.c b/usr.bin/dig/lib/isc/regex.c
index 4344a8b0339..fa91b971014 100644
--- a/usr.bin/dig/lib/isc/regex.c
+++ b/usr.bin/dig/lib/isc/regex.c
@@ -19,6 +19,7 @@
#include <isc/regex.h>
+#include <isc/types.h>
#include <string.h>
#if VALREGEX_REPORT_REASON