bjh 00/12/08 06:52:35
Modified: network_io/unix sa_common.c
Log:
Make sure apr_isdigit() macro is defined by including the appropriate
header.
Revision Changes Path
1.17 +1 -0 apr/network_io/unix/sa_common.c
Index: sa_common.c
===================================================================
RCS file: /home/cvs/apr/network_io/unix/sa_common.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sa_common.c 2000/12/07 18:10:27 1.16
+++ sa_common.c 2000/12/08 14:52:33 1.17
@@ -64,6 +64,7 @@
*/
#include "apr.h"
+#include "apr_lib.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>