diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:45:49 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:45:49 -0800 |
commit | dd96f41cc763507e49459a55e59a1199e97069d8 (patch) | |
tree | eb5faf01bb59e5dad85bde3159eb3659ea55ba5d | |
parent | cbd40acb39cdd0c81bcf20ca892a17765af07fed (diff) | |
download | gcc-dd96f41cc763507e49459a55e59a1199e97069d8.zip gcc-dd96f41cc763507e49459a55e59a1199e97069d8.tar.gz gcc-dd96f41cc763507e49459a55e59a1199e97069d8.tar.bz2 |
Change "gstddef.h" to <stddef.h>.
From-SVN: r6947
-rw-r--r-- | gcc/sys-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sys-types.h b/gcc/sys-types.h index 36c4680..4fb351a 100644 --- a/gcc/sys-types.h +++ b/gcc/sys-types.h @@ -83,7 +83,7 @@ struct ypall_callback; union wait; /* Get size_t and wchar_t. */ -#include "gstddef.h" +#include <stddef.h> /* #include "sys/types.h" */ |