ben 99/12/30 14:18:24
Modified: src/lib/apr/lib apr_md5.c
Log:
Fix warning.
Revision Changes Path
1.7 +3 -0 apache-2.0/src/lib/apr/lib/apr_md5.c
Index: apr_md5.c
===================================================================
RCS file: /export/home/cvs/apache-2.0/src/lib/apr/lib/apr_md5.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr_md5.c 1999/12/19 18:10:01 1.6
+++ apr_md5.c 1999/12/30 22:18:19 1.7
@@ -110,6 +110,9 @@
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
/* Constants for MD5Transform routine.
*/