diff mbox

[ovs-dev] windows: fix broken build

Message ID CY4PR05MB28053BF2C0AF27A567BF2E60A2EB0@CY4PR05MB2805.namprd05.prod.outlook.com
State Not Applicable
Headers show

Commit Message

Shashank Ram May 5, 2017, 8:42 p.m. UTC

diff mbox

Patch

diff --git a/include/windows/windefs.h b/include/windows/windefs.h
index 5137f07..6ed8d87 100644
--- a/include/windows/windefs.h
+++ b/include/windows/windefs.h
@@ -45,4 +45,6 @@  char *strsep(char **stringp, const char *delim);
 #define srandom srand
 #define random rand

+#define EPFNOSUPPORT WSAEPFNOSUPPORT
+
 #endif /* windefs.h */