added print.h includes

This commit is contained in:
Francis Dupont
2015-05-23 14:46:47 +02:00
parent 5fd8115e3f
commit 1db36edf82
113 changed files with 214 additions and 97 deletions

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);