From: Kevin M. Rosenberg Date: Tue, 28 Nov 2000 15:37:52 +0000 (+0000) Subject: r221: *** empty log message *** X-Git-Tag: debian-4.5.3-3~796 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=75f16c2cce21659cd370b8d3090a6905cbdc6cca r221: *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index 13fcd9b..96cb90e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,7 +98,7 @@ wxlibs = @wxlibs@ SUBDIRS = $(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) -EXTRA_DIST = acsite.m4 make.bat README.RedHat7 +EXTRA_DIST = acsite.m4 make.bat ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h diff --git a/include/ct.h b/include/ct.h index 8750cab..99d2013 100644 --- a/include/ct.h +++ b/include/ct.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ct.h,v 1.34 2000/11/28 14:54:07 kevin Exp $ +** $Id: ct.h,v 1.35 2000/11/28 15:37:52 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 @@ -54,6 +54,10 @@ #include #include #include +#include +#include +#include +#include #define __MATH_H__ 1 @@ -77,18 +81,7 @@ extern "C" { #endif #endif -#ifdef HAVE_STRING_H -#include -#endif -#ifdef HAVE_STDDEF_H -#include -#endif -#ifdef HAVE_STDLIB_H -#include -#endif -#ifdef HAVE_STDARG_H -#include -#endif + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -134,6 +127,19 @@ extern "C" { #ifdef HAVE_STDIO_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STDDEF_H +#include +#endif +#ifdef HAVE_STDLIB_H +#include +#endif +#ifdef HAVE_STDARG_H +#include +#endif + #endif #ifdef HAVE_FFTW