Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / rasadhlp / winsock.c
index f85661d..7e3e585 100644 (file)
@@ -5,10 +5,10 @@
  * PURPOSE:     DLL Initialization
  */
 
-/* INCLUDES ******************************************************************/
 #include "precomp.h"
 
-/* DATA **********************************************************************/
+#include <winnls.h>
+#include <nsp_dns.h>
 
 /* FUNCTIONS *****************************************************************/
 
@@ -134,4 +134,3 @@ WSNoteSuccessfulHostentLookup(IN CONST CHAR FAR *Name,
     AutodialConnection.Ip4Address = Address;
     AcsHlpNoteNewConnection(&AutodialAdddress, &AutodialConnection);
 }
-