diff options
Diffstat (limited to 'canohost.c')
-rw-r--r-- | canohost.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,9 +21,7 @@ #include <ctype.h> #include <errno.h> -#if defined(HAVE_NETDB_H) -# include <netdb.h> -#endif +#include <netdb.h> #include <string.h> #include "packet.h" |