]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
<isc/print.h> for snprintf
authorMark Andrews <marka@isc.org>
Thu, 28 Feb 2002 05:13:57 +0000 (05:13 +0000)
committerMark Andrews <marka@isc.org>
Thu, 28 Feb 2002 05:13:57 +0000 (05:13 +0000)
lib/dns/message.c

index f15af15229a34f03cf1e9fe1f836b2c91f61df7a..5d51a0709bd5d36b2ae405f1037004f2db49eff5 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.c,v 1.209 2002/02/20 03:34:14 marka Exp $ */
+/* $Id: message.c,v 1.210 2002/02/28 05:13:57 marka Exp $ */
 
 /***
  *** Imports
 
 #include <config.h>
 
+#include <isc/buffer.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/string.h>                /* Required for HP/UX (and others?) */
 #include <isc/util.h>
-#include <isc/buffer.h>
 
 #include <dns/dnssec.h>
 #include <dns/keyvalues.h>