- Update to r53061
[reactos.git] / base / applications / network / nslookup / nslookup.h
index 51ff023..06cd69c 100644 (file)
@@ -1,3 +1,11 @@
+#include <windows.h>
+#include <windns.h>
+#include <winsock2.h>
+#include <tchar.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <iphlpapi.h>
+
 #define TypeA       "A"
 #define TypeAAAA    "AAAA"
 #define TypeBoth    "A+AAAA"