From d73b389e1a794abd8946acfbb209e4827e31f8ca Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 19 Jan 2001 22:29:15 +0000 Subject: [PATCH] r422: *** empty log message *** --- libctsupport/syserror.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index 8c28c3b..7707b30 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.16 2001/01/18 21:30:22 kevin Exp $ +** $Id: syserror.cpp,v 1.17 2001/01/19 22:29:15 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 @@ -25,7 +25,10 @@ #include #include #include "ct.h" + +#ifdef HAVE_WXWINDOWS #include "../src/ctsim.h" +#endif /* NAME * sys_error System error handler -- 2.34.1