mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix compilation problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3562 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8b52cd1022
commit
5aadf4d849
@ -1,3 +1,7 @@
|
||||
2002-02-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* syscall.C (Systemcalls): include <cstdlib>
|
||||
|
||||
2002-02-08 Herbert Voss <voss@perce.de>
|
||||
|
||||
* filetools.C: (getExtFromContents) adding Grace-format
|
||||
|
@ -22,10 +22,11 @@
|
||||
#pragma implementation
|
||||
#endif
|
||||
|
||||
#include <cstdlib> //for ::system
|
||||
|
||||
#include "syscall.h"
|
||||
#include "os.h"
|
||||
|
||||
|
||||
#if 0
|
||||
Systemcalls::Systemcalls(Starttype how, string const & what)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user