Add missing includes

This commit is contained in:
Daniel Eklöf 2019-12-01 19:22:45 +01:00
parent e9fbb371df
commit b5780e735e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include "server.h"
#include <string.h>
#include <unistd.h>
#include <errno.h>