summaryrefslogtreecommitdiffstats
path: root/osdep-openbsd.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-12-07 09:52:59 +0000
committerThomas Adam <thomas@xteddy.org>2021-12-07 09:52:59 +0000
commit138ffc7cb6225b8a6d54d771b0112635f0dbb42e (patch)
tree289b9f8c4ca207f92b6d81f9511c520969241120 /osdep-openbsd.c
parentef676e1202a4d5c423d5bba2f8ecba1f768d8364 (diff)
parentd721fb2a9fd70c157abb8540d4c50fca654f9f4d (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r--osdep-openbsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c
index f5c61372..54464753 100644
--- a/osdep-openbsd.c
+++ b/osdep-openbsd.c
@@ -18,6 +18,7 @@
#include <sys/param.h> /* MAXCOMLEN */
#include <sys/types.h>
+#include <sys/signal.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/stat.h>