Ticket #5735: util_stat_include.patch
File util_stat_include.patch, 342 bytes (added by , 16 years ago) |
---|
-
.cpp
old new 16 16 #ifdef USING_MINGW 17 17 # include <sys/types.h> 18 18 # include <sys/param.h> 19 # include <sys/stat.h> 19 20 #else 20 21 # include <sys/types.h> 21 22 # include <sys/wait.h>