]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add #include <isc/print.h>
authorMark Andrews <marka@isc.org>
Tue, 1 Sep 2009 02:54:26 +0000 (02:54 +0000)
committerMark Andrews <marka@isc.org>
Tue, 1 Sep 2009 02:54:26 +0000 (02:54 +0000)
lib/irs/getnameinfo.c

index b2f6ac3904658f48caadbd9435a0330dc19d7dfc..9c708f3ac58d473243bd78549941c78df76db83a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: getnameinfo.c,v 1.2 2009/09/01 00:22:27 jinmei Exp $ */
+/* $Id: getnameinfo.c,v 1.3 2009/09/01 02:54:26 marka Exp $ */
 
 /*! \file */
 
 #include <stdio.h>
 #include <string.h>
 
-#include <isc/sockaddr.h>
 #include <isc/netaddr.h>
+#include <isc/print.h>
+#include <isc/sockaddr.h>
 #include <isc/util.h>
 
 #include <dns/byaddr.h>