mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-18 03:25:31 +00:00
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:
parent
6c5165fa6e
commit
906d961168
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user