diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:28:27 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:28:27 -0800 |
commit | 8717efcef1da4c521e388f5618ca33d68cec38f5 (patch) | |
tree | 3e480139c190a8382ee4cc24d0e2422f4dcc1a3c /gcc | |
parent | f62a12d07d0f7576e103806cc64de8d7ad7d29d9 (diff) | |
download | gcc-8717efcef1da4c521e388f5618ca33d68cec38f5.zip gcc-8717efcef1da4c521e388f5618ca33d68cec38f5.tar.gz gcc-8717efcef1da4c521e388f5618ca33d68cec38f5.tar.bz2 |
Change "gstddef.h" to <stddef.h>.
From-SVN: r6943
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 8bfbc61..1d6abc3 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "tconfig.h" #include "machmode.h" #ifndef L_trampoline -#include "gstddef.h" +#include <stddef.h> #endif /* Don't use `fancy_abort' here even if config.h says to use it. */ |