Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / io / tell.c
index d065995..3d7d95b 100644 (file)
@@ -1,5 +1,6 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
+#include <msvcrt/errno.h>
+#include <msvcrt/io.h>
 
 
 off_t _tell(int _file)