Whoops. Forgot to #include <getopt.h>.
This commit is contained in:
parent
aa4f108338
commit
99e370f0c6
@ -26,6 +26,7 @@
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
extern int id_main(int argc, char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user