Skip to content
GitLab
Projects
Groups
Snippets
/
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
6b554f7f
Commit
6b554f7f
authored
May 24, 2000
by
David Lawrence
Browse files
#include <stdlib.h> /* Required on BSD/OS 3.1 for abort() used in va_arg(). */
parent
e3db271c
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/omapi/data.c
View file @
6b554f7f
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: data.c,v 1.1
2
2000/05/
08 14:38:10
tale Exp $ */
/* $Id: data.c,v 1.1
3
2000/05/
24 18:43:28
tale Exp $ */
/* Principal Author: Ted Lemon */
...
...
@@ -25,6 +25,7 @@
#include
<config.h>
#include
<stdlib.h>
/* Required on BSD/OS 3.1 for abort() used in va_arg(). */
#include
<isc/mem.h>
#include
<isc/string.h>
...
...
lib/omapi/generic.c
View file @
6b554f7f
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: generic.c,v 1.1
3
2000/05/
08 14:38:11
tale Exp $ */
/* $Id: generic.c,v 1.1
4
2000/05/
24 18:43:29
tale Exp $ */
/* Principal Author: Ted Lemon */
...
...
@@ -25,6 +25,8 @@
#include
<config.h>
#include
<stdlib.h>
/* Required on BSD/OS 3.1 for abort() used in va_arg(). */
#include
<isc/mem.h>
#include
<isc/string.h>
#include
<isc/util.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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