diff options
Diffstat (limited to '')
-rw-r--r-- | src/commands/id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/id.c b/src/commands/id.c index f1790bc..3990dc8 100644 --- a/src/commands/id.c +++ b/src/commands/id.c @@ -3,6 +3,7 @@ #include <grp.h> #include <pwd.h> #include <unistd.h> +#include <sys/types.h> COMMAND_EMPTY(user_id) { |