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, 2 insertions, 1 deletions
diff --git a/bsd-misc.c b/bsd-misc.c
index 0ffe5168b..a4dafb9d9 100644
--- a/bsd-misc.c
+++ b/bsd-misc.c
@@ -33,6 +33,8 @@
33** 33**
34*/ 34*/
35 35
36#include "config.h"
37
36#include <stdio.h> 38#include <stdio.h>
37#include <stdlib.h> 39#include <stdlib.h>
38#include <string.h> 40#include <string.h>
@@ -47,7 +49,6 @@
47 49
48#include "xmalloc.h" 50#include "xmalloc.h"
49#include "ssh.h" 51#include "ssh.h"
50#include "config.h"
51#include "bsd-misc.h" 52#include "bsd-misc.h"
52 53
53#ifndef offsetof 54#ifndef offsetof