aboutsummaryrefslogtreecommitdiff
path: root/id.c
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-20 00:03:38 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-20 00:03:38 +0000
commit1388a13481bd107d9e15db91213e682917c07682 (patch)
tree9d613e05410bbbc05357d42a3975c55675a629a1 /id.c
parent3dd247a0a67d8c9079a082c4d18cb9cab0da2dd6 (diff)
downloadbusybox-w32-1388a13481bd107d9e15db91213e682917c07682.tar.gz
busybox-w32-1388a13481bd107d9e15db91213e682917c07682.tar.bz2
busybox-w32-1388a13481bd107d9e15db91213e682917c07682.zip
Whoops. Forgot to #include <getopt.h>.
git-svn-id: svn://busybox.net/trunk/busybox@885 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)