diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 8c1194810..84fe44d8e 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -353,6 +353,10 @@ int mkstemp(char *template); #endif +#ifndef HAVE_PIDFILE +void pidfile (const char*); +#endif + #ifndef HAVE_FLOCK #ifndef LOCK_SH #define LOCK_SH 1 /* Shared lock */