2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

#include <ctype.h>

This commit is contained in:
Brian Wellington
2000-11-19 22:10:03 +00:00
parent c24821e142
commit cfd8d65ec1

View File

@@ -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>