diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-30 18:42:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-30 18:42:02 +0000 |
commit | 3d882ed96bcf8ec69cc2971833538bb631df9ca1 (patch) | |
tree | 76bd9887676088a411e0360b50794f8216c22d27 /lang/gcc295/files/patch-af | |
parent | Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allows (diff) |
Use proper include directive.
Notes
Notes:
svn path=/head/; revision=17460
Diffstat (limited to 'lang/gcc295/files/patch-af')
-rw-r--r-- | lang/gcc295/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc295/files/patch-af b/lang/gcc295/files/patch-af index c1f1ba0e855f..d08e4eb1fffc 100644 --- a/lang/gcc295/files/patch-af +++ b/lang/gcc295/files/patch-af @@ -6,7 +6,7 @@ + +/* Get generic FreeBSD definitions. */ -+#include <freebsd.h> ++#include "freebsd.h" + #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 FreeBSD/ELF)"); |