aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:45:49 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:45:49 -0800
commitdd96f41cc763507e49459a55e59a1199e97069d8 (patch)
treeeb5faf01bb59e5dad85bde3159eb3659ea55ba5d /gcc
parentcbd40acb39cdd0c81bcf20ca892a17765af07fed (diff)
downloadgcc-dd96f41cc763507e49459a55e59a1199e97069d8.zip
gcc-dd96f41cc763507e49459a55e59a1199e97069d8.tar.gz
gcc-dd96f41cc763507e49459a55e59a1199e97069d8.tar.bz2
Change "gstddef.h" to <stddef.h>.
From-SVN: r6947
Diffstat (limited to 'gcc')
-rw-r--r--gcc/sys-types.h2
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" */