Include sys/types.h
This commit is contained in:
parent
826cd6a5e7
commit
732f1cf21f
|
@ -31,6 +31,7 @@ extern "C" {
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
struct spdylay_session;
|
struct spdylay_session;
|
||||||
typedef struct spdylay_session spdylay_session;
|
typedef struct spdylay_session spdylay_session;
|
||||||
|
|
Loading…
Reference in New Issue