diff options
Diffstat (limited to '')
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <ctype.h> #include <errno.h> #include <inttypes.h> +#include <limits.h> +#include <pwd.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |