1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Merge pull request #3 from sorced-jim/master

Include sys/types.h for ssize_t
This commit is contained in:
Tatsuhiro Tsujikawa 2012-01-31 04:22:22 -08:00
commit e0526aac9a

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;