Change "gstddef.h" to <stddef.h>.

From-SVN: r6943
This commit is contained in:
Jim Wilson 1994-03-31 21:28:27 -08:00
parent f62a12d07d
commit 8717efcef1
1 changed files with 1 additions and 1 deletions

View File

@ -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. */