* error.c: Include sys/types.h.

From-SVN: r18176
This commit is contained in:
Jeffrey A Law 1998-02-22 18:57:30 +00:00 committed by Jeff Law
parent 1ce26fc44c
commit e30416cfd9
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -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