fix compilation error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25229 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-06-11 12:07:35 +00:00
parent 653666f81b
commit dde7831b82
2 changed files with 3 additions and 5 deletions

View File

@ -12,17 +12,15 @@
#include "support/lyxlib.h"
namespace lyx {
#include <cstdlib>
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
namespace lyx {
void lyx::support::abort()
void support::abort()
{
::abort();
}

View File

@ -95,4 +95,4 @@ What's new
* BUILD/INSTALLATION
- Fix compilation error with gcc 4.3.0.