diff options
Diffstat (limited to 'crypto/openssh/openbsd-compat/bsd-asprintf.c')
-rw-r--r-- | crypto/openssh/openbsd-compat/bsd-asprintf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssh/openbsd-compat/bsd-asprintf.c b/crypto/openssh/openbsd-compat/bsd-asprintf.c index 5ca01f8..6748013 100644 --- a/crypto/openssh/openbsd-compat/bsd-asprintf.c +++ b/crypto/openssh/openbsd-compat/bsd-asprintf.c @@ -21,6 +21,10 @@ #ifndef HAVE_VASPRINTF +#include <errno.h> +#include <stdarg.h> +#include <stdlib.h> + #ifndef VA_COPY # ifdef HAVE_VA_COPY # define VA_COPY(dest, src) va_copy(dest, src) |