summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-13 14:26:17 -0400
committerJune McEnroe <june@causal.agency>2017-09-13 14:26:17 -0400
commitd78268175c45b2bae322b8e3965e7ccc5359ec6e (patch)
tree3d51299c625d358bacd38bab5b92f58c1ec42806
parentMove C file description comments (diff)
downloadsrc-d78268175c45b2bae322b8e3965e7ccc5359ec6e.tar.gz
src-d78268175c45b2bae322b8e3965e7ccc5359ec6e.zip
Include sys/types.h in wake.c
-rw-r--r--bin/wake.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/wake.c b/bin/wake.c
index c1100994..7b8beae9 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>