OSDN Git Service

Warning fixes:
[pf3gnuchains/gcc-fork.git] / libiberty / vfork.c
index 86c4591..5e87721 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 ()
 {