Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / stdlib / itow.c
index f65531e..5c99dfd 100644 (file)
@@ -9,8 +9,8 @@
  *              1998: Added ltoa Boudewijn Dekker
  */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrt/errno.h>
-#include <msvcrt/stdlib.h>
+#include <msvcrti.h>
+
 
 wchar_t *
 _itow(int value, wchar_t *string, int radix)