Updating include path in files previously missed.
[reactos.git] / reactos / lib / crtdll / stdio / setbuffe.c
index 5fb09f2..d694b4d 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-//#include <crtdll/stubs.h>
-#include <crtdll/stdio.h>
-#include <crtdll/stdlib.h>
+//#include <msvcrt/stubs.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/stdlib.h>
 
 void setbuffer(FILE *f, void *buf, int size)
 {