summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/wake.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/wake.c b/bin/wake.c
index d0eac284..01222087 100644
--- a/bin/wake.c
+++ b/bin/wake.c
@@ -16,6 +16,8 @@
 
 // Wake-on-LAN.
 
+#include <sys/types.h>
+
 #include <err.h>
 #include <netinet/in.h>
 #include <stdint.h>
catgirl/commit/edit.c?h=enroll&id=0036e6e9f093c623f87def43b45cb87efb2823e6&follow=1'>Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe