Fix travis issue due to errno

errno and EMFILE are provided by <unistd.h>, but we need log.h anyway,
which includes logger.h, and which includes <unistd.h> in turn.
This commit is contained in:
Soner Tari 2020-05-04 00:04:26 +03:00
parent 6c5165fa6e
commit 906d961168

View File

@ -29,6 +29,7 @@
#include "prototcp.h" #include "prototcp.h"
#include "sys.h" #include "sys.h"
#include "log.h"
#include <sys/param.h> #include <sys/param.h>
#include <string.h> #include <string.h>