]> granicus.if.org Git - apache/commitdiff
* support/httxt2dbm.c: Include stdlib.h to pick up atexit() prototype.
authorJoe Orton <jorton@apache.org>
Wed, 20 Jul 2005 06:08:47 +0000 (06:08 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 20 Jul 2005 06:08:47 +0000 (06:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219845 13f79535-47bb-0310-9956-ffa450edef68

support/httxt2dbm.c

index 90fdbb58123fa57138d0d50e5cbbbcdbd7f94ce5..6e24e8019d4ab363ceed35677a9783f2ab073c1c 100644 (file)
@@ -30,6 +30,9 @@
 #include "apu.h"
 #include "apr_dbm.h"
 
+#if APR_HAVE_STDLIB_H
+#include <stdlib.h> /* for atexit() */
+#endif
 
 static const char *input;
 static const char *output;