mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
Include <sys/time.h> in socket-util.h
sys/time.h appears to be required for a definition of timespec on Android. Observed when compiling using the Android NDK r6b (Android API level 13).
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#include <stdbool.h>
|
||||
#include "openvswitch/types.h"
|
||||
|
Reference in New Issue
Block a user