mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-22 07:38:52 -05:00
Include sys/types.h
This commit is contained in:
parent
826cd6a5e7
commit
732f1cf21f
@ -31,6 +31,7 @@ extern "C" {
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
struct spdylay_session;
|
||||
typedef struct spdylay_session spdylay_session;
|
||||
|
Loading…
Reference in New Issue
Block a user