From 6c32c50e23f86eaa3efc705cf56cc8198eaeb190 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 6 Apr 2012 23:37:25 +0900 Subject: [PATCH] Include spdylay_net.h instead of arpa/inet.h --- tests/spdylay_session_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spdylay_session_test.c b/tests/spdylay_session_test.c index 355dabd..b6be370 100644 --- a/tests/spdylay_session_test.c +++ b/tests/spdylay_session_test.c @@ -28,10 +28,10 @@ #include #include -#include #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)