mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 18:04:10 -05:00
#include <ctype.h>
This commit is contained in:
parent
c24821e142
commit
cfd8d65ec1
1 changed files with 3 additions and 1 deletions
|
|
@ -15,10 +15,12 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: hex.c,v 1.5 2000/11/19 20:58:58 bwelling Exp $ */
|
||||
/* $Id: hex.c,v 1.6 2000/11/19 22:10:03 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/hex.h>
|
||||
#include <isc/lex.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue