are supported or needed. Reported by Bruno Haible
<bruno@clisp.org>.
+2008-10-20 Simon Josefsson <simon@josefsson.org>
+
+ * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
+
2008-10-20 Simon Josefsson <simon@josefsson.org>
* lib/getaddrinfo.h: Remove file.
/* Host name canonicalization
- Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Written by Derek Price <derek@ximbiot.com>.
#include "canon-host.h"
#include <string.h>
-
-#include "getaddrinfo.h"
+#include <netdb.h>
/* Store the last error for the single-threaded version of this function. */
static int last_cherror;