]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add config.h
authorMark Andrews <marka@isc.org>
Wed, 4 Mar 2009 02:23:36 +0000 (02:23 +0000)
committerMark Andrews <marka@isc.org>
Wed, 4 Mar 2009 02:23:36 +0000 (02:23 +0000)
bin/tools/arpaname.c

index 88ed6b46a9a7e5d63dae7f47d0f6b96380a18b01..5a8410394ed32915c31ea0265e1f0a337951e9bf 100644 (file)
@@ -14,7 +14,9 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: arpaname.c,v 1.1 2009/03/04 01:30:27 marka Exp $ */
+/* $Id: arpaname.c,v 1.2 2009/03/04 02:23:36 marka Exp $ */
+
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/socket.h>