about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-01-09 16:51:47 +0100
committerLeah Neukirchen <leah@vuxu.org>2024-01-09 16:51:47 +0100
commite60dd92a49570f1d8ddc25960dd21dd3c4aaa4c8 (patch)
tree0b15992e759d092372aba29f6424492df070da88
parentc44e8ac96d390d510818e47f0686e456b600b70b (diff)
downloadnitro-e60dd92a49570f1d8ddc25960dd21dd3c4aaa4c8.tar.gz
nitro-e60dd92a49570f1d8ddc25960dd21dd3c4aaa4c8.tar.xz
nitro-e60dd92a49570f1d8ddc25960dd21dd3c4aaa4c8.zip
use <sys/ioctl.h> for FreeBSD
-rw-r--r--nitro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitro.c b/nitro.c
index be593bf..5495867 100644
--- a/nitro.c
+++ b/nitro.c
@@ -1,3 +1,4 @@
+#include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/stat.h>