diff options
author | June McEnroe <june@causal.agency> | 2017-09-13 14:26:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-09-13 14:26:17 -0400 |
commit | d78268175c45b2bae322b8e3965e7ccc5359ec6e (patch) | |
tree | 3d51299c625d358bacd38bab5b92f58c1ec42806 /bin | |
parent | Move C file description comments (diff) | |
download | src-d78268175c45b2bae322b8e3965e7ccc5359ec6e.tar.gz src-d78268175c45b2bae322b8e3965e7ccc5359ec6e.zip |
Include sys/types.h in wake.c
Diffstat (limited to 'bin')
-rw-r--r-- | bin/wake.c | 2 |
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> |