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

Included spdylayver.h from spdylay.h

This commit is contained in:
Tatsuhiro Tsujikawa 2012-02-07 21:19:23 +09:00
parent 7f41ec03bd
commit e8a9268985

View File

@ -33,6 +33,8 @@ extern "C" {
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>
#include <spdylay/spdylayver.h>
struct spdylay_session; struct spdylay_session;
typedef struct spdylay_session spdylay_session; typedef struct spdylay_session spdylay_session;