Avoid pidfile() missing prototype warnings

This commit is contained in:
Viktor Dukhovni
2016-12-19 20:54:51 -05:00
parent 24206682d7
commit f1bc9f2ff9

View File

@@ -35,6 +35,10 @@
#include "roken.h"
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
ROKEN_LIB_FUNCTION char * ROKEN_LIB_CALL
pid_file_write(const char *progname)
{