OSDN Git Service

* error.c: Include sys/types.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Feb 1998 18:57:30 +0000 (18:57 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Feb 1998 18:57:30 +0000 (18:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18176 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/error.c

index 5a4eb5f..5c90268 100644 (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.
index 22d0f11..e236153 100644 (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