summaryrefslogtreecommitdiff
path: root/bsd-misc.c
diff options
context:
space:
mode:
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"