mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
sflow: Include the windefs.h header for windows.
sflow.h uses u_int32_t that needs windefs.h for compilation in visual studio. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <windows.h>
|
||||
#include <BaseTsd.h>
|
||||
#include <io.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#pragma comment(lib, "advapi32")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user