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:
Jean-Marc Lasgouttes 2002-02-18 14:20:02 +00:00
parent 8b52cd1022
commit 5aadf4d849
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)
{