diff options
author | Damien Miller <djm@mindrot.org> | 2019-09-03 10:44:10 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-09-03 10:44:10 +0200 |
commit | 1a72c0dd89f09754df443c9576dde624a17d7dd0 (patch) | |
tree | 0a3caa1f452cb0c146c46806b3cf027327962087 /sshsig.c | |
parent | upstream: regress test for sshsig; feedback and ok markus@ (diff) | |
download | openssh-1a72c0dd89f09754df443c9576dde624a17d7dd0.tar.xz openssh-1a72c0dd89f09754df443c9576dde624a17d7dd0.zip |
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 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "includes.h" + #include <stdio.h> #include <stdlib.h> #include <stdarg.h> |