summaryrefslogtreecommitdiff
path: root/src/util/ParseFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/ParseFile.c')
-rw-r--r--src/util/ParseFile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/ParseFile.c b/src/util/ParseFile.c
index 3d8252a9..b18432af 100644
--- a/src/util/ParseFile.c
+++ b/src/util/ParseFile.c
@@ -16,8 +16,12 @@
#include <stdlib.h>
#include <assert.h>
+#include "cctk_Flesh.h"
+
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(util_ParseFile_c)
+
/* Local definitions and functions */
#ifndef WIN32
#define BOLDON "\033[1m"