Include sys/types.h

This commit is contained in:
Jim Morrison 2012-01-30 17:11:14 -08:00
parent 826cd6a5e7
commit 732f1cf21f
1 changed files with 1 additions and 0 deletions

View File

@ -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;