mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 02:26:42 +08:00
* error.c: Include sys/types.h.
From-SVN: r18176
This commit is contained in:
parent
1ce26fc44c
commit
e30416cfd9
@ -1,3 +1,7 @@
|
||||
Sun Feb 22 19:53:29 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* error.c: Include sys/types.h.
|
||||
|
||||
Thu Feb 19 14:49:09 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* method.c (build_mangled_name): Start CPP directives in column zero.
|
||||
|
@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user