Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / stdio / tmpnam.c
index 18ebd11..cd16118 100644 (file)
@@ -1,4 +1,6 @@
-#include <msvcrti.h>
+#include <windows.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/string.h>
 
 
 char *tmpnam(char *s)