dtspcd: fix implicit-function-declaration warnings
This commit is contained in:
parent
36c9476a74
commit
4b3901f63b
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue