From: solar Date: Fri, 27 Jan 2006 06:25:39 +0000 (+0000) Subject: Adjusted includes. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8ad1ca2ea05a664af0bd6ddec8230cadbee818dc;p=fw%2Fpdclib Adjusted includes. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@119 546481bc-9713-0410-bf18-d3337bbf4a3e --- diff --git a/functions/stdlib/_Exit.c b/functions/stdlib/_Exit.c index d5b31f8..0d83c6f 100644 --- a/functions/stdlib/_Exit.c +++ b/functions/stdlib/_Exit.c @@ -8,7 +8,8 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include +#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H +#include <_PDCLIB_config.h> #ifndef REGTEST