preprocessor: The stdlib.h is needed for the exit function

This commit is contained in:
Daniel Marjamäki 2009-01-23 11:34:19 +00:00
parent de2675b46f
commit 89f4a84c37
1 changed files with 823 additions and 822 deletions

View File

@ -1,4 +1,4 @@
/*
/*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
* Leandro Penz, Kimmo Varis
@ -29,6 +29,7 @@
#ifdef __BORLANDC__
#include <ctype>
#include <stdlib.h> // exit
#endif