Commit e0526aac authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Merge pull request #3 from sorced-jim/master

Include sys/types.h for ssize_t
parents 826cd6a5 732f1cf2
...@@ -31,6 +31,7 @@ extern "C" { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment