summary refs log tree commit diff
path: root/bin/wake.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-13 14:26:17 -0400
committerJune McEnroe <programble@gmail.com>2017-09-13 14:26:17 -0400
commit56cd2bc2943bdfe8407053aa81b745ac8d2b6b75 (patch)
tree17c483ca361e61acbbdbac3635ffd78e34eea959 /bin/wake.c
parentMove C file description comments (diff)
downloadsrc-56cd2bc2943bdfe8407053aa81b745ac8d2b6b75.tar.gz
src-56cd2bc2943bdfe8407053aa81b745ac8d2b6b75.zip
Include sys/types.h in wake.c
Diffstat (limited to 'bin/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 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>