eal/windows: implement basic memory management
[dpdk.git] / lib / librte_eal / windows / include / unistd.h
index 757b7f3..6b33005 100644 (file)
@@ -9,4 +9,7 @@
  * as Microsoft libc does not contain unistd.h. This may be removed
  * in future releases.
  */
+
+#include <io.h>
+
 #endif /* _UNISTD_H_ */