summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/getrrsetbyname.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 08:12:15 +0200
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 08:12:15 +0200
commitd8aec107fec09a5e943d5ad96d364823b48249d8 (patch)
tree0a965d12393fe59c37ea1da75339cbb5b9c5edaa /openbsd-compat/getrrsetbyname.c
parent - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h. (diff)
downloadopenssh-d8aec107fec09a5e943d5ad96d364823b48249d8.tar.xz
openssh-d8aec107fec09a5e943d5ad96d364823b48249d8.zip
- (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.
Diffstat (limited to '')
-rw-r--r--openbsd-compat/getrrsetbyname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/getrrsetbyname.c b/openbsd-compat/getrrsetbyname.c
index 70ef1850d..40155d5ab 100644
--- a/openbsd-compat/getrrsetbyname.c
+++ b/openbsd-compat/getrrsetbyname.c
@@ -49,6 +49,7 @@
#ifndef HAVE_GETRRSETBYNAME
+#include <stdlib.h>
#include <string.h>
#include "getrrsetbyname.h"