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

Include spdylay_net.h instead of arpa/inet.h

This commit is contained in:
Tatsuhiro Tsujikawa 2012-04-06 23:37:25 +09:00
parent 36ba636e30
commit 6c32c50e23

View File

@ -28,10 +28,10 @@
#include <stdio.h>
#include <assert.h>
#include <arpa/inet.h>
#include "spdylay_session.h"
#include "spdylay_stream.h"
#include "spdylay_net.h"
#define OB_CTRL(ITEM) spdylay_outbound_item_get_ctrl_frame(ITEM)
#define OB_CTRL_TYPE(ITEM) spdylay_outbound_item_get_ctrl_frame_type(ITEM)