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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user