2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

Include <sys/socket.h> in socket-util.h

This appears to be necessary to get a definition of socket_t
when compiling using the Android NDK r6b (Android API level 13).
This commit is contained in:
Simon Horman
2011-09-22 21:24:10 +09:00
committed by Ben Pfaff
parent 0428ae5f7b
commit 8e47be7756

View File

@@ -18,6 +18,7 @@
#define SOCKET_UTIL_H 1
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdbool.h>
#include "openvswitch/types.h"