Put stdint.h inside ifdef HAVE_STDINT_H.

This commit is contained in:
Darren Tucker 2019-11-02 23:25:01 +11:00
parent 19cb64c4b4
commit 03ffc0951c
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
#define _SK_API_H 1
#include <stddef.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
/* Flags */
#define SSH_SK_USER_PRESENCE_REQD 0x01