Commit 49d3ca5c by Per Bothner

include <sys/types.h> before <sys/stat.h>.

From-SVN: r5772
parent d5cbc4a3
......@@ -73,8 +73,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <ctype.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef O_RDONLY
#define O_RDONLY 0
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment