Fix missing include.
This commit is contained in:
parent
d500806bc8
commit
b572ec19ad
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "empthread.h"
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "optlist.h"
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue