missing headers

This commit is contained in:
Damien Miller 2018-07-12 14:49:14 +10:00
parent 3f420a692b
commit 4d3b2f36fd
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "includes.h"
#include <stdarg.h>
#include "ssherr.h"
#include "packet.h"
#include "log.h"

View File

@ -38,6 +38,7 @@
#include <unistd.h>
#include <limits.h>
#include <locale.h>
#include <time.h>
#include "xmalloc.h"
#include "sshkey.h"