Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / rtl / i386 / memset.c
index 1ee2a8e..2238903 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: memset.c,v 1.1 2002/08/28 07:03:10 hbirr Exp $
+/* $Id: memset.c,v 1.2 2002/09/07 15:13:06 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -9,6 +9,7 @@
 
 /* INCLUDES *****************************************************************/
 
+#include <ntoskrnl.h>
 #include <string.h>
 
 #define NDEBUG