From 74bcd5294fa6894905a705d18c229cbe5ea42b59 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 12 Oct 2000 02:16:48 +0000 Subject: merge from gcc repository --- libiberty/vfork.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libiberty/vfork.c') diff --git a/libiberty/vfork.c b/libiberty/vfork.c index 86c4591..5e87721 100644 --- a/libiberty/vfork.c +++ b/libiberty/vfork.c @@ -1,6 +1,10 @@ /* Emulate vfork using just plain fork, for systems without a real vfork. This function is in the public domain. */ +#include "ansidecl.h" + +extern int fork PARAMS ((void)); + int vfork () { -- cgit v1.1