X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/d0352a18a504a4e7b761f6b3264cf11347d8d056..60ad551a5e9ebe902567386ab8978b1a57d41640:/libiberty/vfork.c diff --git a/libiberty/vfork.c b/libiberty/vfork.c index 86c45919f6..5e87721008 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 () {