diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-23 14:07:49 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 14:07:49 +0000 |
commit | fda7b99fc7f19b04eced114983268cfe3eb46c99 (patch) | |
tree | 1dea81b0608d2610ab22d63c59671efed685b937 /configure | |
parent | 290b5baa97c9c4d05cff00882444eb6926b975fc (diff) |
include sys/types.s to fix the build on OpenBSD
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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>" |