From 58aeefb217c8a59286e629968b2b2902e8b75b99 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 2 Feb 2003 03:45:10 +0000 Subject: [PATCH] r3918: Auto commit for Debian build --- debian/changelog | 6 ++++++ libctsim/array2dfile.cpp | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bbd3fdd..93b8c78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ctsim (4.1.1-1) unstable; urgency=low + + * libctsim/array2file.cpp: Add "#include " + + -- Kevin M. Rosenberg Sat, 1 Feb 2003 20:44:59 -0700 + ctsim (4.1.0-1) unstable; urgency=low * Add Pentium 4, Pentium 3, and Athlon optimized packages diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 88e11e1..c49e92e 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: array2dfile.cpp,v 1.29 2002/05/28 18:43:16 kevin Exp $ +** $Id: array2dfile.cpp,v 1.30 2003/02/02 03:45:10 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 @@ -31,6 +31,7 @@ typedef long off_t; #endif +#include const kuint16 Array2dFile::m_signature = ('I'*256+'F'); -- 2.34.1