From 56cd2bc2943bdfe8407053aa81b745ac8d2b6b75 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 13 Sep 2017 14:26:17 -0400 Subject: Include sys/types.h in wake.c --- bin/wake.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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 + #include #include #include -- cgit 1.4.1