summaryrefslogtreecommitdiff
path: root/support/httxt2dbm.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-07-20 06:08:47 +0000
committerJoe Orton <jorton@apache.org>2005-07-20 06:08:47 +0000
commit0141d72a366e37f6e5e0ac0c6d2e88479b32a0b1 (patch)
tree063b193d7cce49f50cf3c2d8f764c3a514463084 /support/httxt2dbm.c
parentfecc6fcd30c7c4646d215e1cd0f09ab3383bc833 (diff)
downloadhttpd-0141d72a366e37f6e5e0ac0c6d2e88479b32a0b1.tar.gz
* support/httxt2dbm.c: Include stdlib.h to pick up atexit() prototype.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/httxt2dbm.c')
-rw-r--r--support/httxt2dbm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/httxt2dbm.c b/support/httxt2dbm.c
index 90fdbb5812..6e24e8019d 100644
--- a/support/httxt2dbm.c
+++ b/support/httxt2dbm.c
@@ -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;