aboutsummaryrefslogtreecommitdiff
path: root/libiberty/vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/vfork.c')
-rw-r--r--libiberty/vfork.c4
1 files changed, 4 insertions, 0 deletions
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 ()
{