From: Kevin M. Rosenberg Date: Sat, 2 Dec 2000 01:29:11 +0000 (+0000) Subject: r231: *** empty log message *** X-Git-Tag: debian-4.5.3-3~786 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=3882de63100d2cc28fe13cf3144f51a880aa4de2 r231: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9509aa1..f6d6362 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.0.6 - 12/02/00 + Fixed minor compilation problem with procsignal.h + Updated README file + 2.0.5 - 12/01/00 Improved compilation on RedHat 7 Changed some of ANSI C header files to C++ header files diff --git a/configure.in b/configure.in index 286b4cc..02c5aab 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,2.0.5) +AM_INIT_AUTOMAKE(ctsim,2.0.6) AM_CONFIG_HEADER(config.h) dnl Checks for programs. diff --git a/include/procsignal.h b/include/procsignal.h index c4d45e4..65bef2a 100644 --- a/include/procsignal.h +++ b/include/procsignal.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: procsignal.h,v 1.6 2000/11/28 14:54:07 kevin Exp $ +** $Id: procsignal.h,v 1.7 2000/12/02 01:29:11 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -37,6 +37,8 @@ #include #endif +#include + class SignalFilter; class SGP;