diff options
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index 5b7fdf1..b600611 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -34,6 +34,12 @@ * The res2coff program, written by Pedro A. Aranda <paag@tid.es>. */ +#include "config.h" +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif +#include <assert.h> +#include <time.h> #include "bfd.h" #include "getopt.h" #include "bucomm.h" @@ -41,8 +47,6 @@ #include "safe-ctype.h" #include "obstack.h" #include "windres.h" -#include <assert.h> -#include <time.h> /* Used by resrc.c at least. */ |