diff options
-rw-r--r-- | scp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,7 +99,9 @@ #include <pwd.h> #include <signal.h> #include <stdarg.h> +#ifdef HAVE_STDINT_H #include <stdint.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |