aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-23 14:07:49 +0000
committerOmar Polo <op@omarpolo.com>2021-02-23 14:07:49 +0000
commitfda7b99fc7f19b04eced114983268cfe3eb46c99 (patch)
tree1dea81b0608d2610ab22d63c59671efed685b937 /configure
parent290b5baa97c9c4d05cff00882444eb6926b975fc (diff)
include sys/types.s to fix the build on OpenBSD
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 680151f..cfec87a 100755
--- a/configure
+++ b/configure
@@ -280,6 +280,7 @@ else
echo "#include <queue.h>"
fi
+echo "#include <sys/types.h>"
echo "#include <sys/uio.h>"
echo "#include <stdint.h>"
echo "#include <imsg.h>"