From 1db36edf829e64d0030bb209abb2bba0f5224ce7 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 23 May 2015 14:46:47 +0200 Subject: [PATCH] added print.h includes --- bin/check/check-tool.c | 3 ++- bin/check/named-checkconf.c | 3 ++- bin/check/named-checkzone.c | 3 ++- bin/confgen/keygen.c | 3 ++- bin/confgen/util.c | 3 ++- bin/dnssec/dnssec-keygen.c | 1 + bin/named/logconf.c | 3 ++- bin/named/win32/ntservice.c | 1 + bin/pkcs11/pkcs11-destroy.c | 3 ++- bin/pkcs11/pkcs11-keygen.c | 3 ++- bin/pkcs11/pkcs11-list.c | 3 ++- bin/pkcs11/pkcs11-tokens.c | 3 ++- bin/rndc/rndc.c | 1 + bin/rndc/util.c | 3 ++- bin/tests/adb_test.c | 3 ++- bin/tests/backtrace_test.c | 3 ++- bin/tests/byaddr_test.c | 3 ++- bin/tests/byname_test.c | 3 ++- bin/tests/cfg_test.c | 3 ++- bin/tests/compress_test.c | 3 ++- bin/tests/db_test.c | 1 + bin/tests/dst/dst_test.c | 3 ++- bin/tests/entropy2_test.c | 3 ++- bin/tests/entropy_test.c | 5 +++-- bin/tests/fsaccess_test.c | 3 ++- bin/tests/gxba_test.c | 3 ++- bin/tests/gxbn_test.c | 3 ++- bin/tests/hash_test.c | 3 ++- bin/tests/inter_test.c | 3 ++- bin/tests/keyboard_test.c | 3 ++- bin/tests/lex_test.c | 3 ++- bin/tests/lfsr_test.c | 3 ++- bin/tests/log_test.c | 3 ++- bin/tests/lwres_test.c | 3 ++- bin/tests/lwresconf_test.c | 3 ++- bin/tests/makejournal.c | 3 ++- bin/tests/master_test.c | 3 ++- bin/tests/name_test.c | 3 ++- bin/tests/names/t_names.c | 3 ++- bin/tests/net/driver.c | 3 ++- bin/tests/net/netaddr_multicast.c | 3 ++- bin/tests/pkcs11/benchmarks/find.c | 3 ++- bin/tests/pkcs11/benchmarks/genrsa.c | 3 ++- bin/tests/pkcs11/benchmarks/login.c | 3 ++- bin/tests/pkcs11/benchmarks/random.c | 3 ++- bin/tests/pkcs11/benchmarks/session.c | 3 ++- bin/tests/pkcs11/benchmarks/sha1.c | 3 ++- bin/tests/pkcs11/benchmarks/sign.c | 3 ++- bin/tests/pkcs11/benchmarks/verify.c | 3 ++- bin/tests/pkcs11/pkcs11-hmacmd5.c | 3 ++- bin/tests/pkcs11/pkcs11-md5sum.c | 3 ++- bin/tests/printmsg.c | 3 ++- bin/tests/ratelimiter_test.c | 3 ++- bin/tests/rbt_test.c | 3 ++- bin/tests/rdata_test.c | 3 ++- bin/tests/serial_test.c | 3 ++- bin/tests/sig0_test.c | 3 ++- bin/tests/sym_test.c | 3 ++- bin/tests/system/builtin/gethostname.c | 3 ++- bin/tests/system/lwresd/lwtest.c | 3 ++- bin/tests/system/rsabigexponent/bigkey.c | 3 ++- bin/tests/system/tkey/keycreate.c | 3 ++- bin/tests/system/tkey/keydelete.c | 3 ++- bin/tests/task_test.c | 3 ++- bin/tests/timer_test.c | 3 ++- bin/tests/wire_test.c | 3 ++- bin/tests/zone_test.c | 3 ++- bin/tools/arpaname.c | 3 ++- bin/tools/isc-hmac-fixup.c | 3 ++- bin/tools/named-journalprint.c | 3 ++- bin/tools/named-rrchecker.c | 3 ++- lib/dns/adb.c | 1 + lib/dns/callbacks.c | 3 ++- lib/dns/diff.c | 1 + lib/dns/dst_parse.c | 5 +++-- lib/dns/gssapi_link.c | 3 ++- lib/dns/journal.c | 1 + lib/dns/private.c | 3 ++- lib/dns/tcpmsg.c | 3 ++- lib/dns/tests/geoip_test.c | 3 ++- lib/dns/tests/rbt_serialize_test.c | 1 + lib/dns/tests/rdatasetstats_test.c | 4 +++- lib/dns/tkey.c | 1 + lib/isc/assertions.c | 3 ++- lib/isc/commandline.c | 3 ++- lib/isc/entropy.c | 1 + lib/isc/error.c | 3 ++- lib/isc/httpd.c | 1 + lib/isc/lib.c | 3 ++- lib/isc/pk11.c | 3 ++- lib/isc/pthreads/mutex.c | 1 + lib/isc/regex.c | 3 ++- lib/isc/rwlock.c | 3 ++- lib/isc/task.c | 1 + lib/isc/tests/hash_test.c | 1 + lib/isc/tests/mem_test.c | 1 + lib/isc/tests/regex_test.c | 3 ++- lib/isc/tests/socket_test.c | 3 ++- lib/isc/timer.c | 3 ++- lib/isc/unix/ifiter_ioctl.c | 4 +++- lib/isc/unix/ifiter_sysctl.c | 4 +++- lib/isc/win32/interfaceiter.c | 3 ++- lib/isc/win32/win32os.c | 1 + lib/isccc/alist.c | 3 ++- lib/isccc/sexpr.c | 3 ++- lib/lwres/herror.c | 4 +++- lib/lwres/win32/socket.c | 3 ++- lib/samples/nsprobe.c | 1 + lib/samples/resolve.c | 3 ++- lib/samples/sample-async.c | 3 ++- lib/samples/sample-gai.c | 3 ++- lib/samples/sample-request.c | 3 ++- lib/samples/sample-update.c | 1 + 113 files changed, 214 insertions(+), 97 deletions(-) diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index eee639ee9b..a770081bcd 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 955f580d1c..3a3ab849ec 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 598a20e497..30dd0db1bd 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/confgen/keygen.c b/bin/confgen/keygen.c index 274b63bc1c..b30e954523 100644 --- a/bin/confgen/keygen.c +++ b/bin/confgen/keygen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff --git a/bin/confgen/util.c b/bin/confgen/util.c index 5f5f817a5d..a3e21b5155 100644 --- a/bin/confgen/util.c +++ b/bin/confgen/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -25,6 +25,7 @@ #include #include +#include #include "util.h" diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 7615493c20..ddf5ddebcc 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/named/logconf.c b/bin/named/logconf.c index ce804055cc..fd20d5a5ee 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2011, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/bin/named/win32/ntservice.c b/bin/named/win32/ntservice.c index 3e875851b4..0ea86318fd 100644 --- a/bin/named/win32/ntservice.c +++ b/bin/named/win32/ntservice.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-destroy.c b/bin/pkcs11/pkcs11-destroy.c index d0b23ea57b..0f31a78a58 100644 --- a/bin/pkcs11/pkcs11-destroy.c +++ b/bin/pkcs11/pkcs11-destroy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -57,6 +57,7 @@ #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-keygen.c b/bin/pkcs11/pkcs11-keygen.c index d8a4a3ce77..75baa04052 100644 --- a/bin/pkcs11/pkcs11-keygen.c +++ b/bin/pkcs11/pkcs11-keygen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009,2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -64,6 +64,7 @@ #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-list.c b/bin/pkcs11/pkcs11-list.c index 8374f01bb7..4ef6a7a62d 100644 --- a/bin/pkcs11/pkcs11-list.c +++ b/bin/pkcs11/pkcs11-list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -54,6 +54,7 @@ #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-tokens.c b/bin/pkcs11/pkcs11-tokens.c index 860c4e90bb..f12d07c2c1 100644 --- a/bin/pkcs11/pkcs11-tokens.c +++ b/bin/pkcs11/pkcs11-tokens.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -31,6 +31,7 @@ #include #include +#include #include #include diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index bf1bdea368..294a33a5a0 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/rndc/util.c b/bin/rndc/util.c index c654462bf0..8de75740b9 100644 --- a/bin/rndc/util.c +++ b/bin/rndc/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include +#include #include "util.h" diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index 96b7a39297..580ee2e3bc 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/backtrace_test.c b/bin/tests/backtrace_test.c index c54c2ed90c..6817bee7e3 100644 --- a/bin/tests/backtrace_test.c +++ b/bin/tests/backtrace_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -22,6 +22,7 @@ #include #include +#include #include const char *expected_symbols[] = { diff --git a/bin/tests/byaddr_test.c b/bin/tests/byaddr_test.c index 613d43a4d5..b0732347f7 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 79d4c71b15..7cf0ff53e7 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index ac2dd4d624..089429d633 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009-2011, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -25,6 +25,7 @@ #include #include +#include #include #include diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 8284dc1c1f..b24b8b9503 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index 652778ec13..d95dad47c7 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index 3ad51288bd..27debe448e 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include #include +#include #include #include /* Required for HP/UX (and others?) */ diff --git a/bin/tests/entropy2_test.c b/bin/tests/entropy2_test.c index 3561a4cd7c..90139884e8 100644 --- a/bin/tests/entropy2_test.c +++ b/bin/tests/entropy2_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/entropy_test.c b/bin/tests/entropy_test.c index 94b1804b5e..7bdcf29d56 100644 --- a/bin/tests/entropy_test.c +++ b/bin/tests/entropy_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,8 +26,9 @@ #include #include -#include +#include #include +#include static void hex_dump(const char *msg, void *data, unsigned int length) { diff --git a/bin/tests/fsaccess_test.c b/bin/tests/fsaccess_test.c index 0b214bbe2c..48f8aa09b9 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/fsaccess_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include /* Non-portable. */ #include +#include #include #define PATH "/tmp/fsaccess" diff --git a/bin/tests/gxba_test.c b/bin/tests/gxba_test.c index 8c5558f41a..ee662235fa 100644 --- a/bin/tests/gxba_test.c +++ b/bin/tests/gxba_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include diff --git a/bin/tests/gxbn_test.c b/bin/tests/gxbn_test.c index 28ca1153a9..5b744f32fc 100644 --- a/bin/tests/gxbn_test.c +++ b/bin/tests/gxbn_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include diff --git a/bin/tests/hash_test.c b/bin/tests/hash_test.c index 2b9165c6e2..079e960def 100644 --- a/bin/tests/hash_test.c +++ b/bin/tests/hash_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -28,6 +28,7 @@ #include #include #include +#include #include static void diff --git a/bin/tests/inter_test.c b/bin/tests/inter_test.c index 141467ca3f..48a56bd7dc 100644 --- a/bin/tests/inter_test.c +++ b/bin/tests/inter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include int diff --git a/bin/tests/keyboard_test.c b/bin/tests/keyboard_test.c index f278a2dca2..71ac65e59f 100644 --- a/bin/tests/keyboard_test.c +++ b/bin/tests/keyboard_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include static void diff --git a/bin/tests/lex_test.c b/bin/tests/lex_test.c index 8eba536029..909cfe33ef 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include #include +#include #include isc_mem_t *mctx; diff --git a/bin/tests/lfsr_test.c b/bin/tests/lfsr_test.c index 4150b2de01..6ae630440b 100644 --- a/bin/tests/lfsr_test.c +++ b/bin/tests/lfsr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include isc_uint32_t state[1024 * 64]; diff --git a/bin/tests/log_test.c b/bin/tests/log_test.c index 384fcb4ca5..1c3f90b5bb 100644 --- a/bin/tests/log_test.c +++ b/bin/tests/log_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include +#include #include #include diff --git a/bin/tests/lwres_test.c b/bin/tests/lwres_test.c index 9620258296..4d30df42bd 100644 --- a/bin/tests/lwres_test.c +++ b/bin/tests/lwres_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -25,6 +25,7 @@ #include #include +#include #include #include diff --git a/bin/tests/lwresconf_test.c b/bin/tests/lwresconf_test.c index 48e839ffbd..d07d775c40 100644 --- a/bin/tests/lwresconf_test.c +++ b/bin/tests/lwresconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/bin/tests/makejournal.c b/bin/tests/makejournal.c index 5ffe5f16a2..d541284f05 100644 --- a/bin/tests/makejournal.c +++ b/bin/tests/makejournal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index afc6c8c10d..b5d7befd63 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 9c98685a5d..0934a4b713 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/name_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index 6b9c976290..58300e0486 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/bin/tests/net/driver.c b/bin/tests/net/driver.c index a8b3bf7c9a..f57dc7976a 100644 --- a/bin/tests/net/driver.c +++ b/bin/tests/net/driver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/net/netaddr_multicast.c b/bin/tests/net/netaddr_multicast.c index 79f260bd36..63f1925c4b 100644 --- a/bin/tests/net/netaddr_multicast.c +++ b/bin/tests/net/netaddr_multicast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/pkcs11/benchmarks/find.c b/bin/tests/pkcs11/benchmarks/find.c index 493513a02d..329622823f 100644 --- a/bin/tests/pkcs11/benchmarks/find.c +++ b/bin/tests/pkcs11/benchmarks/find.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -51,6 +51,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/genrsa.c b/bin/tests/pkcs11/benchmarks/genrsa.c index 4d340bbd7e..c4bd03bfaf 100644 --- a/bin/tests/pkcs11/benchmarks/genrsa.c +++ b/bin/tests/pkcs11/benchmarks/genrsa.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/login.c b/bin/tests/pkcs11/benchmarks/login.c index 72a8224d32..6e72655613 100644 --- a/bin/tests/pkcs11/benchmarks/login.c +++ b/bin/tests/pkcs11/benchmarks/login.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/random.c b/bin/tests/pkcs11/benchmarks/random.c index fb0ee1eb54..9d11b0d392 100644 --- a/bin/tests/pkcs11/benchmarks/random.c +++ b/bin/tests/pkcs11/benchmarks/random.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/session.c b/bin/tests/pkcs11/benchmarks/session.c index 501949743e..a59106df27 100644 --- a/bin/tests/pkcs11/benchmarks/session.c +++ b/bin/tests/pkcs11/benchmarks/session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/sha1.c b/bin/tests/pkcs11/benchmarks/sha1.c index a330ee7bfa..7ab962b3ed 100644 --- a/bin/tests/pkcs11/benchmarks/sha1.c +++ b/bin/tests/pkcs11/benchmarks/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/sign.c b/bin/tests/pkcs11/benchmarks/sign.c index fdb5eee3f3..8774af40a0 100644 --- a/bin/tests/pkcs11/benchmarks/sign.c +++ b/bin/tests/pkcs11/benchmarks/sign.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/verify.c b/bin/tests/pkcs11/benchmarks/verify.c index 0607927f6d..e8784fecd4 100644 --- a/bin/tests/pkcs11/benchmarks/verify.c +++ b/bin/tests/pkcs11/benchmarks/verify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/pkcs11-hmacmd5.c b/bin/tests/pkcs11/pkcs11-hmacmd5.c index 2ab18ccbc4..997d464a5a 100644 --- a/bin/tests/pkcs11/pkcs11-hmacmd5.c +++ b/bin/tests/pkcs11/pkcs11-hmacmd5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -68,6 +68,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/pkcs11-md5sum.c b/bin/tests/pkcs11/pkcs11-md5sum.c index abbf4e923d..7478219d29 100644 --- a/bin/tests/pkcs11/pkcs11-md5sum.c +++ b/bin/tests/pkcs11/pkcs11-md5sum.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -67,6 +67,7 @@ #include #include +#include #include #include diff --git a/bin/tests/printmsg.c b/bin/tests/printmsg.c index 85f6a328c5..9ec3544ff6 100644 --- a/bin/tests/printmsg.c +++ b/bin/tests/printmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/bin/tests/ratelimiter_test.c b/bin/tests/ratelimiter_test.c index 9fd4a13b56..ee54c62be2 100644 --- a/bin/tests/ratelimiter_test.c +++ b/bin/tests/ratelimiter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -21,6 +21,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index 1da23c0519..a9d20d9635 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/rbt_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index 9d319f5458..d1cb509838 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/serial_test.c b/bin/tests/serial_test.c index 3cc8adefa4..9e82a04851 100644 --- a/bin/tests/serial_test.c +++ b/bin/tests/serial_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -21,6 +21,7 @@ #include +#include #include #include diff --git a/bin/tests/sig0_test.c b/bin/tests/sig0_test.c index deabf47c16..d07aecb1bf 100644 --- a/bin/tests/sig0_test.c +++ b/bin/tests/sig0_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/sym_test.c b/bin/tests/sym_test.c index 0daa498e5a..be227c0557 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/system/builtin/gethostname.c b/bin/tests/system/builtin/gethostname.c index 201fdc7ebc..8908aeda32 100644 --- a/bin/tests/system/builtin/gethostname.c +++ b/bin/tests/system/builtin/gethostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -20,6 +20,7 @@ #include #include +#include #include #ifndef MAXHOSTNAMELEN diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c index ebfeab6dd8..ad9b551add 100644 --- a/bin/tests/system/lwresd/lwtest.c +++ b/bin/tests/system/lwresd/lwtest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2008, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2008, 2012, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/system/rsabigexponent/bigkey.c b/bin/tests/system/rsabigexponent/bigkey.c index 9f3d573b33..d29ff126e6 100644 --- a/bin/tests/system/rsabigexponent/bigkey.c +++ b/bin/tests/system/rsabigexponent/bigkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/system/tkey/keycreate.c b/bin/tests/system/tkey/keycreate.c index aefe0de1e9..bf718e84cc 100644 --- a/bin/tests/system/tkey/keycreate.c +++ b/bin/tests/system/tkey/keycreate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/system/tkey/keydelete.c b/bin/tests/system/tkey/keydelete.c index c956b18399..27b7c67814 100644 --- a/bin/tests/system/tkey/keydelete.c +++ b/bin/tests/system/tkey/keydelete.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009-2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/task_test.c b/bin/tests/task_test.c index a518832319..b70c981e27 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/task_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index 39896bdf26..5ec48d386a 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index ee7de984ef..a718e3a145 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index 8ca9f64166..1c4a115212 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tools/arpaname.c b/bin/tools/arpaname.c index 356a883a45..14609b5796 100644 --- a/bin/tools/arpaname.c +++ b/bin/tools/arpaname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,6 +19,7 @@ #include "config.h" #include +#include #include diff --git a/bin/tools/isc-hmac-fixup.c b/bin/tools/isc-hmac-fixup.c index 00613b387c..e443675ab3 100644 --- a/bin/tools/isc-hmac-fixup.c +++ b/bin/tools/isc-hmac-fixup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tools/named-journalprint.c b/bin/tools/named-journalprint.c index 36d1acd313..035cb6e28c 100644 --- a/bin/tools/named-journalprint.c +++ b/bin/tools/named-journalprint.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/bin/tools/named-rrchecker.c b/bin/tools/named-rrchecker.c index 8844062a6b..7994838e1a 100644 --- a/bin/tools/named-rrchecker.c +++ b/bin/tools/named-rrchecker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/adb.c b/lib/dns/adb.c index 4e8785d696..cf7dab0380 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include /* Required for HP/UX (and others?) */ diff --git a/lib/dns/callbacks.c b/lib/dns/callbacks.c index 64e109fb11..f7e9536b4d 100644 --- a/lib/dns/callbacks.c +++ b/lib/dns/callbacks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -21,6 +21,7 @@ #include +#include #include #include diff --git a/lib/dns/diff.c b/lib/dns/diff.c index c4af7be7ec..09146af610 100644 --- a/lib/dns/diff.c +++ b/lib/dns/diff.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c index dd1b9ab350..b9c232696d 100644 --- a/lib/dns/dst_parse.c +++ b/lib/dns/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -38,13 +38,14 @@ #include #include +#include #include #include #include +#include #include #include #include -#include #include #include diff --git a/lib/dns/gssapi_link.c b/lib/dns/gssapi_link.c index 997d3742fc..5ad2f13830 100644 --- a/lib/dns/gssapi_link.c +++ b/lib/dns/gssapi_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/journal.c b/lib/dns/journal.c index 3d9ad9f4c9..db1f04a20b 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -25,6 +25,7 @@ #include #include +#include #include #include #include diff --git a/lib/dns/private.c b/lib/dns/private.c index 1168c1e235..76a26e8277 100644 --- a/lib/dns/private.c +++ b/lib/dns/private.c @@ -18,10 +18,11 @@ #include "config.h" +#include +#include #include #include #include -#include #include #include diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c index 49add56f37..bffb0c50c1 100644 --- a/lib/dns/tcpmsg.c +++ b/lib/dns/tcpmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/lib/dns/tests/geoip_test.c b/lib/dns/tests/geoip_test.c index 884b80f39c..51c22aa8b6 100644 --- a/lib/dns/tests/geoip_test.c +++ b/lib/dns/tests/geoip_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -24,6 +24,7 @@ #include +#include #include #include diff --git a/lib/dns/tests/rbt_serialize_test.c b/lib/dns/tests/rbt_serialize_test.c index 87af0e1ba3..edc5d677af 100644 --- a/lib/dns/tests/rbt_serialize_test.c +++ b/lib/dns/tests/rbt_serialize_test.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/dns/tests/rdatasetstats_test.c b/lib/dns/tests/rdatasetstats_test.c index 8b7dce52e2..dc356e719b 100644 --- a/lib/dns/tests/rdatasetstats_test.c +++ b/lib/dns/tests/rdatasetstats_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -24,6 +24,8 @@ #include +#include + #include #include "dnstest.h" diff --git a/lib/dns/tkey.c b/lib/dns/tkey.c index 25e488e601..cad8d89a73 100644 --- a/lib/dns/tkey.c +++ b/lib/dns/tkey.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 31c4fe7c9f..6b6f52db1a 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include /* diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 98546db48f..416fba1927 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -65,6 +65,7 @@ #include #include +#include #include #include diff --git a/lib/isc/entropy.c b/lib/isc/entropy.c index 525105e01d..f2de95b127 100644 --- a/lib/isc/entropy.c +++ b/lib/isc/entropy.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/error.c b/lib/isc/error.c index 095100a7c9..b15881589e 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include +#include /*% Default unexpected callback. */ static void diff --git a/lib/isc/httpd.c b/lib/isc/httpd.c index e4eeab9937..40c3d20ef8 100644 --- a/lib/isc/httpd.c +++ b/lib/isc/httpd.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/lib.c b/lib/isc/lib.c index 7a18f8a20c..30fa6b1fb0 100644 --- a/lib/isc/lib.c +++ b/lib/isc/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/pk11.c b/lib/isc/pk11.c index de4479b7b0..7639501ff2 100644 --- a/lib/isc/pk11.c +++ b/lib/isc/pk11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -117,6 +117,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c index 954a79dd6b..b37f17b7ae 100644 --- a/lib/isc/pthreads/mutex.c +++ b/lib/isc/pthreads/mutex.c @@ -28,6 +28,7 @@ #include #include +#include #include #include diff --git a/lib/isc/regex.c b/lib/isc/regex.c index 2ee13653bd..a1e76c7591 100644 --- a/lib/isc/regex.c +++ b/lib/isc/regex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,6 +17,7 @@ #include #include +#include #include #include diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c index 9c84c258a2..461d6e295a 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include #include diff --git a/lib/isc/task.c b/lib/isc/task.c index e88870b631..416f89c8f7 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/tests/hash_test.c b/lib/isc/tests/hash_test.c index 15c78f85ff..0471b826d4 100644 --- a/lib/isc/tests/hash_test.c +++ b/lib/isc/tests/hash_test.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* diff --git a/lib/isc/tests/mem_test.c b/lib/isc/tests/mem_test.c index 94e46d782c..9fbdd4f8f6 100644 --- a/lib/isc/tests/mem_test.c +++ b/lib/isc/tests/mem_test.c @@ -24,6 +24,7 @@ #include "isctest.h" #include +#include #include static void * diff --git a/lib/isc/tests/regex_test.c b/lib/isc/tests/regex_test.c index e797679389..edc96f2bcc 100644 --- a/lib/isc/tests/regex_test.c +++ b/lib/isc/tests/regex_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -27,6 +27,7 @@ #endif #include +#include #include ATF_TC(regex_validate); diff --git a/lib/isc/tests/socket_test.c b/lib/isc/tests/socket_test.c index 6853516d79..33b96426aa 100644 --- a/lib/isc/tests/socket_test.c +++ b/lib/isc/tests/socket_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -26,6 +26,7 @@ #include #include +#include #include "../task_p.h" #include "../unix/socket_p.h" diff --git a/lib/isc/timer.c b/lib/isc/timer.c index 729be1c58d..7e6242794a 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c index f0026c285b..6b1ceda09e 100644 --- a/lib/isc/unix/ifiter_ioctl.c +++ b/lib/isc/unix/ifiter_ioctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -17,6 +17,8 @@ /* $Id: ifiter_ioctl.c,v 1.62 2009/01/18 23:48:14 tbox Exp $ */ +#include + /*! \file * \brief * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. diff --git a/lib/isc/unix/ifiter_sysctl.c b/lib/isc/unix/ifiter_sysctl.c index 102ecc1fee..e4ca48a9aa 100644 --- a/lib/isc/unix/ifiter_sysctl.c +++ b/lib/isc/unix/ifiter_sysctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,8 @@ #include #include +#include + /* XXX what about Alpha? */ #ifdef sgi #define ROUNDUP(a) ((a) > 0 ? \ diff --git a/lib/isc/win32/interfaceiter.c b/lib/isc/win32/interfaceiter.c index 7d1dc1b975..75dce35e59 100644 --- a/lib/isc/win32/interfaceiter.c +++ b/lib/isc/win32/interfaceiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007-2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007-2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include #include +#include #include #include #include diff --git a/lib/isc/win32/win32os.c b/lib/isc/win32/win32os.c index bf18af981b..fa3372abc1 100644 --- a/lib/isc/win32/win32os.c +++ b/lib/isc/win32/win32os.c @@ -22,6 +22,7 @@ #else #include #endif +#include int isc_win32os_versioncheck(unsigned int major, unsigned int minor, diff --git a/lib/isccc/alist.c b/lib/isccc/alist.c index 4f1743ed49..37b9cdd5ba 100644 --- a/lib/isccc/alist.c +++ b/lib/isccc/alist.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -40,6 +40,7 @@ #include #include +#include #include #include #include diff --git a/lib/isccc/sexpr.c b/lib/isccc/sexpr.c index df11a93031..9b7d5d7f37 100644 --- a/lib/isccc/sexpr.c +++ b/lib/isccc/sexpr.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -40,6 +40,7 @@ #include #include +#include #include #include diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 0fe6097d07..6ded03463b 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -75,6 +75,8 @@ static const char rcsid[] = #include +#include + #include #include diff --git a/lib/lwres/win32/socket.c b/lib/lwres/win32/socket.c index 8f6c79ad2a..31b43939d8 100644 --- a/lib/lwres/win32/socket.c +++ b/lib/lwres/win32/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,6 +17,7 @@ /* $Id: socket.c,v 1.3 2007/06/18 23:47:51 tbox Exp $ */ #include +#include #include #include diff --git a/lib/samples/nsprobe.c b/lib/samples/nsprobe.c index 8daca45cde..0d21661d5e 100644 --- a/lib/samples/nsprobe.c +++ b/lib/samples/nsprobe.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/samples/resolve.c b/lib/samples/resolve.c index c186febb1c..177579f28e 100644 --- a/lib/samples/resolve.c +++ b/lib/samples/resolve.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/samples/sample-async.c b/lib/samples/sample-async.c index 5f670f35f8..a38a58c6a8 100644 --- a/lib/samples/sample-async.c +++ b/lib/samples/sample-async.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/samples/sample-gai.c b/lib/samples/sample-gai.c index d20062ea95..9f3a8b63c8 100644 --- a/lib/samples/sample-gai.c +++ b/lib/samples/sample-gai.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,6 +19,7 @@ #include #include +#include #include diff --git a/lib/samples/sample-request.c b/lib/samples/sample-request.c index b5ea343d12..1544a54e61 100644 --- a/lib/samples/sample-request.c +++ b/lib/samples/sample-request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -39,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/lib/samples/sample-update.c b/lib/samples/sample-update.c index 19358aa449..c163339737 100644 --- a/lib/samples/sample-update.c +++ b/lib/samples/sample-update.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include