summaryrefslogtreecommitdiffstats
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-options.c b/auth-options.c
index 785a2399..c89b1ee5 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -24,7 +24,9 @@
#include <pwd.h>
#include <string.h>
#include <stdio.h>
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
#include <stdarg.h>
#include <ctype.h>
#include <limits.h>