summaryrefslogtreecommitdiff
path: root/bsd-misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-23 10:32:03 +1100
committerDamien Miller <djm@mindrot.org>2000-01-23 10:32:03 +1100
commit1fa154bb1e06bfb4f8d6b95f09a6352d38577c57 (patch)
tree62678a152fab75d8062dff6eb85e72db6fb27acc /bsd-misc.c
parent6fe375dee4f0c5b81026d7eb9dc00cf75645b241 (diff)
- AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
<drankin@bohemians.lexington.ky.us>
Diffstat (limited to 'bsd-misc.c')
-rw-r--r--bsd-misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd-misc.c b/bsd-misc.c
index 2328e5739..b2c70c680 100644
--- a/bsd-misc.c
+++ b/bsd-misc.c
@@ -47,6 +47,9 @@
47#include <sys/socket.h> 47#include <sys/socket.h>
48#include <sys/un.h> 48#include <sys/un.h>
49#include <fcntl.h> 49#include <fcntl.h>
50#ifdef HAVE_STDDEF_H
51#include <stddef.h>
52#endif
50 53
51#include "xmalloc.h" 54#include "xmalloc.h"
52#include "ssh.h" 55#include "ssh.h"