summaryrefslogtreecommitdiff
path: root/binutils/windres.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-02-17 12:59:59 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-02-17 12:59:59 +0000
commite630188e6d7ba70304565236c58b189192afadaa (patch)
tree95e6c3538776990d8c2e20bdfa71d3bbad5599f5 /binutils/windres.c
parenta29b55fba278cb6d529f54e208e931325d2d09dc (diff)
downloadbinutils-redhat-e630188e6d7ba70304565236c58b189192afadaa.tar.gz
* deflex.l (YY_NO_UNPUT): Define.
* rclex.l (YY_NO_UNPUT): Define. * rcparse.y (null_unichar): New static var. (res_null_text): Use it rather than attempting to init from wchar_t. * windres.c: Include assert.h and time.h before getopt.h. Include config.h and unistd.h too.
Diffstat (limited to 'binutils/windres.c')
-rw-r--r--binutils/windres.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/binutils/windres.c b/binutils/windres.c
index 5b7fdf1b17..b6006111d7 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. */