dtspcd: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson 2021-11-16 11:45:11 -07:00
parent 36c9476a74
commit 4b3901f63b
1 changed files with 4 additions and 0 deletions

View File

@ -41,7 +41,11 @@
#include <pwd.h>
#include <errno.h>
#include <signal.h>
#include <unistd.h> /* initgroups() */
#include <sys/types.h>
#include <grp.h>
#include <string.h>
#include <libgen.h> /* basename() */
#include <sys/param.h> /* MAXPATHLEN */