diff options
Diffstat (limited to 'regress/setuid-allowed.c')
-rw-r--r-- | regress/setuid-allowed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/setuid-allowed.c b/regress/setuid-allowed.c index 7a0527fd064c2..d91d9f194d11e 100644 --- a/regress/setuid-allowed.c +++ b/regress/setuid-allowed.c @@ -22,6 +22,7 @@ #ifdef HAVE_SYS_STATVFS_H # include <sys/statvfs.h> #endif +#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> |