summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-07 15:32:13 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-07 15:32:13 +0000
commit917828b1db09522a536fed9ab2c5b81aa53e6f2e (patch)
tree3edd55fdcfeb66c84b3b64def6f4e3f5ae424d28 /src/main/CommandLine.c
parent39c6ae3d125ff98c97029b6b1b00b108fc80d674 (diff)
Some #defines needed with my next commit to cctk_Parameter.h.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1434 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index b245a486..d9e2a789 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -21,9 +21,13 @@
#include "cctk_Misc.h"
#include "cctki_ActiveThorns.h"
#include "cctk_ActiveThorns.h"
-#include "cctk_Parameter.h"
#include "cctki_WarnLevel.h"
+#define NEED_PARAMETER_SCOPE_STRINGS
+#define NEED_PARAMETER_TYPE_STRINGS
+
+#include "cctk_Parameter.h"
+
static char *rcsid = "$Header$";
/*Prototypes for some functions */