From 5aadf4d849cc8382531993102a384a93168f30ce Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 18 Feb 2002 14:20:02 +0000 Subject: [PATCH] fix compilation problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3562 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ src/support/syscall.C | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 75bd5e391b..879cc788e3 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2002-02-18 Jean-Marc Lasgouttes + + * syscall.C (Systemcalls): include + 2002-02-08 Herbert Voss * filetools.C: (getExtFromContents) adding Grace-format diff --git a/src/support/syscall.C b/src/support/syscall.C index 35b09df93f..717b2e9e63 100644 --- a/src/support/syscall.C +++ b/src/support/syscall.C @@ -22,10 +22,11 @@ #pragma implementation #endif +#include //for ::system + #include "syscall.h" #include "os.h" - #if 0 Systemcalls::Systemcalls(Starttype how, string const & what) { -- 2.39.5