diff options
author | Damien Miller <djm@mindrot.org> | 2019-09-03 18:44:10 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-09-03 18:44:10 +1000 |
commit | 1a72c0dd89f09754df443c9576dde624a17d7dd0 (patch) | |
tree | 0a3caa1f452cb0c146c46806b3cf027327962087 /sshsig.c | |
parent | 6d6427d01304d967e58544cf1c71d2b4394c0522 (diff) |
portability fixes for sshsig
Diffstat (limited to 'sshsig.c')
-rw-r--r-- | sshsig.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "includes.h" | ||
18 | |||
17 | #include <stdio.h> | 19 | #include <stdio.h> |
18 | #include <stdlib.h> | 20 | #include <stdlib.h> |
19 | #include <stdarg.h> | 21 | #include <stdarg.h> |