--- parser3/src/targets/cgi/parser3.C 2001/03/19 15:29:41 1.23 +++ parser3/src/targets/cgi/parser3.C 2001/03/19 19:17:45 1.25 @@ -3,7 +3,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: parser3.C,v 1.23 2001/03/19 15:29:41 paf Exp $ + $Id: parser3.C,v 1.25 2001/03/19 19:17:45 paf Exp $ */ #ifdef HAVE_CONFIG_H @@ -20,9 +20,9 @@ #include #include +#include "pa_common.h" #include "pa_globals.h" #include "pa_request.h" -#include "pa_common.h" Pool pool; // global pool bool cgi; @@ -189,9 +189,9 @@ int main(int argc, char *argv[]) { # if _MSC_VER SetUnhandledExceptionFilter(0); # endif +#endif // successful finish return 0; -#endif } PCATCH(e) { // global problem const char *body=e.comment(); int content_length=strlen(body);