update for HEAD-2003021201
[reactos.git] / lib / crtdll / io / lseek.c
index c585445..36b2126 100644 (file)
@@ -1,9 +1,9 @@
 #include <windows.h>
-#include <crtdll/io.h>
-#include <crtdll/internal/file.h>
+#include <msvcrt/io.h>
+#include <msvcrt/internal/file.h>
+
 
 long _lseek(int _fildes, long _offset, int _whence)
 {
        return _llseek((HFILE)filehnd(_fildes),_offset,_whence);
 }
-