aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index a940151..4937a76 100644
--- a/common.h
+++ b/common.h
@@ -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>