* thread-db.c (enable_thread_event_reporting): Correct warning
[deliverable/binutils-gdb.git] / libiberty / vfork.c
index 86c45919f660f5a6ba106f3035a5908819eac38b..5e8772100815f107d1927ab11cb253c08e8aad71 100644 (file)
@@ -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 ()
 {
This page took 0.022577 seconds and 4 git commands to generate.