This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] fixincl.c missing prototypes
- From: Marcin Dalecki <martin at dalecki dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 31 Jan 2005 12:10:19 +0100
- Subject: [PATCH] fixincl.c missing prototypes
This is fixing some missing prototypes in the file mentioned in subject.
diff -urN gcc-4.0-20050123/fixincludes/fixincl.c
gcc-4.0-20050123-new/fixincludes/fixincl.c
--- gcc-4.0-20050123/fixincludes/fixincl.c Wed Nov 17 06:06:41 2004
+++ gcc-4.0-20050123-new/fixincludes/fixincl.c Wed Jan 26 07:01:56 2005
@@ -30,6 +30,9 @@
#define BAD_ADDR ((void*)-1)
#endif
+#include <sys/types.h>
+#include <sys/wait.h>
+
#ifndef SEPARATE_FIX_PROC
#include "server.h"
#endif