added print.h includes, updated copyrights

This commit is contained in:
Francis Dupont
2015-05-23 14:21:51 +02:00
parent 46ee7c3260
commit 3759f10fc5
118 changed files with 317 additions and 195 deletions

View File

@@ -31,6 +31,7 @@
#include <isc/md5.h>
#include <isc/sha1.h>
#include <isc/util.h>
#include <isc/print.h>
#include <isc/string.h>
/*

View File

@@ -24,6 +24,7 @@
#include "isctest.h"
#include <isc/mem.h>
#include <isc/print.h>
#include <isc/result.h>
static void *

View File

@@ -19,6 +19,7 @@
#include <isc/random.h>
#include <isc/result.h>
#include <isc/mem.h>
#include <isc/print.h>
#include <isc/util.h>
#include <atf-c.h>

View File

@@ -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 <isc/regex.h>
#include <isc/print.h>
#include <isc/util.h>
ATF_TC(regex_validate);

View File

@@ -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 <time.h>
#include <isc/socket.h>
#include <isc/print.h>
#include "../task_p.h"
#include "../unix/socket_p.h"