aboutsummaryrefslogtreecommitdiff
path: root/binutils/nlmheader.y
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-25 12:51:38 +0000
committerAlan Modra <amodra@gmail.com>2002-05-25 12:51:38 +0000
commite9792343ae2561dd2f4636fdf9b3d2959cd6e7ae (patch)
treee6ee3f2b7387c34bf4b21d1303991cb8320ff0ed /binutils/nlmheader.y
parentf742faa65b6878de6c7731e0055b30e5798e867c (diff)
downloadfsf-binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.zip
fsf-binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.gz
fsf-binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.bz2
* arlex.l: Use #include "" instead of <> for local header files.
* coffdump.c: Likewise. * coffgrok.c: Likewise. * nlmconv.c: Likewise. * nlmheader.y: Likewise. * srconv.c: Likewise. * strings.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.h: Likewise. * windres.h: Likewise. * winduni.h: Likewise.
Diffstat (limited to 'binutils/nlmheader.y')
-rw-r--r--binutils/nlmheader.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/nlmheader.y b/binutils/nlmheader.y
index 3df603d..01bb5e8 100644
--- a/binutils/nlmheader.y
+++ b/binutils/nlmheader.y
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
This implementation is based on the description in the NetWare Tool
Maker Specification manual, edition 1.0. */
-#include <ansidecl.h>
+#include "ansidecl.h"
#include <stdio.h>
#include "safe-ctype.h"
#include "bfd.h"