From: Joe Orton Date: Wed, 20 Jul 2005 06:08:47 +0000 (+0000) Subject: * support/httxt2dbm.c: Include stdlib.h to pick up atexit() prototype. X-Git-Tag: 2.1.7~5^2~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0141d72a366e37f6e5e0ac0c6d2e88479b32a0b1;p=apache * 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 --- 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;