more msvc compile fixes by Brezenbak and I
[reactos.git] / reactos / lib / crt / stdio / fopen.c
index 5dd887d..38328a8 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <sys/types.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <io.h>
 #include <fcntl.h>