1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-19 09:12:39 +00:00

[demo] add <arpa/inet.h> in packet.h

This commit is contained in:
lins05
2012-01-06 12:33:02 +08:00
parent eb818d86df
commit 17352e4c36

View File

@@ -13,6 +13,8 @@
#include <ctype.h>
#include <ws2tcpip.h>
#define UNUSED
#else
#include <arpa/inet.h>
#endif
typedef struct packet {