Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / stdio / setvbuf.c
index 4cfce37..2b1d074 100644 (file)
@@ -1,7 +1,11 @@
 /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/io.h>
+#include <msvcrt/errno.h>
+#include <msvcrt/internal/file.h>
 
 
 int setvbuf(FILE *f, char *buf, int type, size_t len)