* Weird issue on Cygwin with the include file order.

This commit is contained in:
Eelco Dolstra 2006-08-04 16:01:26 +00:00
parent f4a502a09a
commit dcff8cdb76
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,9 @@
#include "config.h"
#ifdef __CYGWIN__
#include <windows.h>
#endif
#include <iostream>
#include <cerrno>
#include <cstdio>
@ -13,10 +17,6 @@
#include <fcntl.h>
#include <signal.h>
#ifdef __CYGWIN__
#include <windows.h>
#endif
#include "util.hh"