Merge pull request #184 from fornwall/include-select-h
Include <sys/select.h> for select(2)
Этот коммит содержится в:
Коммит
846ddcba74
@ -17,6 +17,7 @@
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/tcp.h>
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
#define __IPERF_UTIL_H
|
||||
|
||||
#include "cjson.h"
|
||||
#include <sys/select.h>
|
||||
|
||||
void make_cookie(char *);
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user