]> git.lyx.org Git - lyx.git/commitdiff
fix compilation problem
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Feb 2002 14:20:02 +0000 (14:20 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Feb 2002 14:20:02 +0000 (14:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3562 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/syscall.C

index 75bd5e391b7909475c1e6229e0bf8a96348c7729..879cc788e306e0c093c67c2ac4f449d04cd4eb6c 100644 (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
index 35b09df93facd6c12ac077bea890c771fbf8f9e0..717b2e9e63579efa2e0c8e0a6b5c234cc9cdda5d 100644 (file)
 #pragma implementation
 #endif
 
+#include <cstdlib> //for ::system
+
 #include "syscall.h"
 #include "os.h"
 
-
 #if 0
 Systemcalls::Systemcalls(Starttype how, string const & what)
 {