diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-10 18:47:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-10 18:47:48 +0000 |
commit | 408f8db182e9d020b5ba2af7d650314ddba1eb84 (patch) | |
tree | 620d9382b6a7fd734d2d25a3ded76b78bcef3f09 /binutils/coffdump.c | |
parent | 004af6c7ffce50c8d13d37625bef5f18d23675e9 (diff) | |
download | gdb-408f8db182e9d020b5ba2af7d650314ddba1eb84.zip gdb-408f8db182e9d020b5ba2af7d650314ddba1eb84.tar.gz gdb-408f8db182e9d020b5ba2af7d650314ddba1eb84.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index db5034e..065e9e1 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; |