update for HEAD-2003021201
[reactos.git] / lib / crtdll / io / create.c
index 4456a82..2a617b3 100644 (file)
@@ -1,5 +1,5 @@
-#include <crtdll/io.h>
-#include <crtdll/fcntl.h>
+#include <msvcrt/io.h>
+#include <msvcrt/fcntl.h>
 
 int _creat(const char *filename, int mode)
 {