diff options
Diffstat (limited to 'src/client.c')
-rw-r--r-- | src/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c index b321b91..f0c0d3b 100644 --- a/src/client.c +++ b/src/client.c @@ -10,6 +10,7 @@ #include "msg.h" #include "net.h" +#include <stdlib.h> #include <unistd.h> struct client { |