Wrap stdint.h in HAVE_STDINT_H

This commit is contained in:
Darren Tucker 2017-05-01 13:19:41 +10:00
parent f382362e8d
commit 329037e389
1 changed files with 2 additions and 0 deletions

2
scp.c
View File

@ -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>