summaryrefslogtreecommitdiff
path: root/binutils/coffdump.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-02-10 18:47:48 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-02-10 18:47:48 +0000
commit0440d338dea55abfad92715d88886f81b69ccb5a (patch)
treec5d3758177b6b0db005b9c4b8bd644536a2e4cd5 /binutils/coffdump.c
parent8af0f80b8cbab0dc811faa7a4338cf4dfb337ab8 (diff)
downloadbinutils-redhat-0440d338dea55abfad92715d88886f81b69ccb5a.tar.gz
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* coffdump.c: Include "getopt.h" after "bucomm.h" so that macros are defined correctly. * nlmconv.c: Add PARAMS ((const time_t *)) to localtime prototype. Prototype main. * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r--binutils/coffdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c
index db5034e009..065e9e16a8 100644
--- a/binutils/coffdump.c
+++ b/binutils/coffdump.c
@@ -24,11 +24,11 @@
it out so we can test the grokker. */
#include <bfd.h>
-#include <getopt.h>
#include <libiberty.h>
#include "coffgrok.h"
#include "bucomm.h"
+#include "getopt.h"
static int atnl;