update for HEAD-2003021201
[reactos.git] / lib / crtdll / stdio / fgetpos.c
index e063164..3c5abf4 100644 (file)
@@ -1,9 +1,8 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdio.h>
-#include <crtdll/errno.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/errno.h>
 
-int
-fgetpos(FILE *stream, fpos_t *pos)
+int fgetpos(FILE *stream, fpos_t *pos)
 {
   if (stream && pos)
   {