mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-06-03 05:20:39 +02:00
Wrap stdint.h in HAVE_STDINT_H
This commit is contained in:
parent
f382362e8d
commit
329037e389
2
scp.c
2
scp.c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user