eal/windows: improve compatibility networking headers
[dpdk.git] / lib / librte_eal / windows / include / rte_windows.h
index ed6e4c1..0a5e71a 100644 (file)
 
 #include <basetsd.h>
 #include <psapi.h>
+#include <setupapi.h>
+#include <winioctl.h>
+#include <devguid.h>
 
 /* Have GUIDs defined. */
 #ifndef INITGUID
 #define INITGUID
 #endif
 #include <initguid.h>
+#include <rte_log.h>
 
 /**
  * Log GetLastError() with context, usually a Win32 API function and arguments.