commit | 99e370f0c655b24a44c7ebba7c35a36e6b6bd285 | [log] [tgz] |
---|---|---|
author | Mark Whitley <markw@lineo.com> | Thu Jul 20 00:03:38 2000 +0000 |
committer | Mark Whitley <markw@lineo.com> | Thu Jul 20 00:03:38 2000 +0000 |
tree | 9d613e05410bbbc05357d42a3975c55675a629a1 | |
parent | aa4f108338edeac0c69962aea5607a2c1d5ff0ec [diff] [blame] |
Whoops. Forgot to #include <getopt.h>.
diff --git a/id.c b/id.c index 4c524a2..6af6774 100644 --- a/id.c +++ b/id.c
@@ -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)