Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
91ab5ca6
Commit
91ab5ca6
authored
Aug 17, 2000
by
Andreas Gustafsson
Browse files
<isc/print.h> needed for snprintf()
parent
e1368a77
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dnssec/dnssectool.c
View file @
91ab5ca6
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssectool.c,v 1.1
7
2000/08/1
4
0
4:43:16 bwelling
Exp $ */
/* $Id: dnssectool.c,v 1.1
8
2000/08/1
7
0
1:22:10 gson
Exp $ */
#include <config.h>
...
...
@@ -27,6 +27,7 @@
#include <isc/string.h>
#include <isc/time.h>
#include <isc/util.h>
#include <isc/print.h>
#include <dns/log.h>
#include <dns/name.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment