preprocessor: The stdlib.h is needed for the exit function
This commit is contained in:
parent
de2675b46f
commit
89f4a84c37
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue