summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 13:28:17 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 13:28:17 +0000
commit43bdc0e9b36590af8cdcb6a4e3165db41615401b (patch)
treecb59e2be18738696057fc8b98bfccd5299ed3fc6 /lib/sbin/create_c_stuff.pl
parent737ee720dc1f6804037d7e396f40975deaddee01 (diff)
i
Change for Tom to add an include line > $line = "\#include \"CParameterStructNames.h\""; > push(@data, $line); git-svn-id: http://svn.cactuscode.org/flesh/trunk@175 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/create_c_stuff.pl')
-rw-r--r--lib/sbin/create_c_stuff.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl
index eec85f95..4233bf65 100644
--- a/lib/sbin/create_c_stuff.pl
+++ b/lib/sbin/create_c_stuff.pl
@@ -48,6 +48,8 @@ sub CreateParameterBindingFile
push(@data, $line);
$line = "\#include \"config.h\"";
push(@data, $line);
+ $line = "\#include \"CParameterStructNames.h\"";
+ push(@data, $line);
$line = "\#include \"Misc.h\"";
push(@data, $line);
push(@data, "");