update for HEAD-2003021201
[reactos.git] / lib / crtdll / io / filelen.c
index b234bf4..231a3c9 100644 (file)
@@ -1,8 +1,8 @@
 #include <windows.h>
-#include <crtdll/io.h>
+#include <msvcrt/io.h>
 
-long
-_filelength(int _fd)
+
+long _filelength(int _fd)
 {
        return GetFileSize(_get_osfhandle(_fd),NULL);
 }