mirror of
https://github.com/sheumann/hush.git
synced 2025-02-01 10:31:41 +00:00
Whoops. Forgot to #include <getopt.h>.
This commit is contained in:
parent
aa4f108338
commit
99e370f0c6
@ -26,6 +26,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
#include <getopt.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
extern int id_main(int argc, char **argv)
|
extern int id_main(int argc, char **argv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user