diff options
Diffstat (limited to 'id.c')
-rw-r--r-- | id.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |