Include spdylay_net.h instead of arpa/inet.h
This commit is contained in:
parent
36ba636e30
commit
6c32c50e23
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue