summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-03-12 14:59:02 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-03-17 14:20:49 -0700
commit31b97ffddd2c16ec7c75f7aa2bff50f887f41a7d (patch)
treedb0147c478d99b27f5c1509255ccbadcb5ad08c1 /include/windows
parentf72e3073d70232ad6bebb9186cbf37a14793fb95 (diff)
downloadopenvswitch-31b97ffddd2c16ec7c75f7aa2bff50f887f41a7d.tar.gz
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>
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/windefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/windows/windefs.h b/include/windows/windefs.h
index 948462bd6..ca5b6136d 100644
--- a/include/windows/windefs.h
+++ b/include/windows/windefs.h
@@ -23,6 +23,7 @@
#include <windows.h>
#include <BaseTsd.h>
#include <io.h>
+#include <inttypes.h>
#pragma comment(lib, "advapi32")