mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
653666f81b
commit
dde7831b82
@ -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();
|
||||
}
|
||||
|
@ -95,4 +95,4 @@ What's new
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
|
||||
- Fix compilation error with gcc 4.3.0.
|
||||
|
Loading…
Reference in New Issue
Block a user