X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libinterfork%2Finterfork.c;h=746bbf58992bf2cb8deb9d469170d66698e3026b;hb=18126790113844366f69043308aac2a8ae511e7d;hp=a92a2bd76f50251cf139303f9603c737e6ffba62;hpb=53bd45cf6c5974dfbc0ea5aa1c842869b27eea6e;p=ust.git diff --git a/libinterfork/interfork.c b/libinterfork/interfork.c index a92a2bd..746bbf5 100644 --- a/libinterfork/interfork.c +++ b/libinterfork/interfork.c @@ -26,6 +26,8 @@ #include #include "usterr.h" +struct user_desc; + pid_t fork(void) { static pid_t (*plibc_func)(void) = NULL;