From 0141d72a366e37f6e5e0ac0c6d2e88479b32a0b1 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 20 Jul 2005 06:08:47 +0000 Subject: [PATCH] * 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 --- support/httxt2dbm.c | 3 +++ 1 file changed, 3 insertions(+) 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 /* for atexit() */ +#endif static const char *input; static const char *output; -- 2.40.0