aboutsummaryrefslogtreecommitdiff
path: root/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'id.c')
-rw-r--r--id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/id.c b/id.c
index 4c524a225..6af677404 100644
--- a/id.c
+++ b/id.c
@@ -26,6 +26,7 @@
26#include <unistd.h> 26#include <unistd.h>
27#include <pwd.h> 27#include <pwd.h>
28#include <grp.h> 28#include <grp.h>
29#include <getopt.h>
29#include <sys/types.h> 30#include <sys/types.h>
30 31
31extern int id_main(int argc, char **argv) 32extern int id_main(int argc, char **argv)