mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -04:00
#include <string.h>
This commit is contained in:
parent
6850cdd449
commit
f4b4e7c162
1 changed files with 3 additions and 1 deletions
|
|
@ -15,12 +15,14 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sdb.c,v 1.10 2000/09/26 22:45:53 bwelling Exp $ */
|
||||
/* $Id: sdb.c,v 1.11 2000/10/06 21:20:59 bwelling Exp $ */
|
||||
|
||||
/* NOMINUM_PUBLIC_DELETE */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/lex.h>
|
||||
#include <isc/magic.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue