diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-15 19:15:36 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-15 19:15:36 +0000 |
| commit | 28fbd2825d216dafca4d991ad96d05b312f4f9a3 (patch) | |
| tree | 8b322391c58a9bd5ad56827bbb8fcf4cbd114917 /test/t_setuid.c | |
| parent | 0694dcb04b81dfbd70ffe7384816863170a48b3e (diff) | |
Diffstat (limited to 'test/t_setuid.c')
| -rw-r--r-- | test/t_setuid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/t_setuid.c b/test/t_setuid.c index 627db2d0d0d0..672739a14c9d 100644 --- a/test/t_setuid.c +++ b/test/t_setuid.c @@ -23,10 +23,11 @@ #include <sys/types.h> #include <unistd.h> #include <stdio.h> +#include <stdlib.h> #ifndef lint static char id[] = "@(#)$Id: t_setuid.c,v 8.8 2013-11-22 20:52:01 ca Exp $"; -#endif /* ! lint */ +#endif static void printuids(str, r, e) |
