summaryrefslogtreecommitdiff
path: root/canohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'canohost.c')
-rw-r--r--canohost.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/canohost.c b/canohost.c
index 97b5a78f9..b40cbf603 100644
--- a/canohost.c
+++ b/canohost.c
@@ -21,9 +21,7 @@
21 21
22#include <ctype.h> 22#include <ctype.h>
23#include <errno.h> 23#include <errno.h>
24#if defined(HAVE_NETDB_H) 24#include <netdb.h>
25# include <netdb.h>
26#endif
27#include <string.h> 25#include <string.h>
28 26
29#include "packet.h" 27#include "packet.h"