diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-25 12:51:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-25 12:51:38 +0000 |
commit | e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae (patch) | |
tree | e6ee3f2b7387c34bf4b21d1303991cb8320ff0ed /binutils/windres.h | |
parent | f742faa65b6878de6c7731e0055b30e5798e867c (diff) | |
download | binutils-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.zip binutils-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.gz binutils-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/windres.h')
-rw-r--r-- | binutils/windres.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/windres.h b/binutils/windres.h index 64b6050..177b1ee 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <ansidecl.h> +#include "ansidecl.h" /* This is the header file for the windres program. It defines structures and declares functions used within the program. */ |