summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 12:25:37 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 12:25:37 +0000
commit65ee3966f6cdf2be2e565f6a10efe66d3b295e7d (patch)
tree64cf0f86a1fec49109f15b5c9355302828cdf82e /lib/sbin/create_c_stuff.pl
parenta16e96a8a4de09f94091fecb985a89e5d6e6da34 (diff)
Merging in of things from Joan's NT version...
Mainly missing header files, plus making names of files in the Bindings dir unique to help debugging. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@576 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/create_c_stuff.pl')
-rw-r--r--lib/sbin/create_c_stuff.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl
index a2a7085d..aec9e6c2 100644
--- a/lib/sbin/create_c_stuff.pl
+++ b/lib/sbin/create_c_stuff.pl
@@ -51,6 +51,7 @@ sub CreateParameterBindingFile
$line = "\#include \"CParameterStructNames.h\"";
push(@data, $line);
$line = "\#include \"Misc.h\"";
+ push(@data, $line);
$line = "\#include \"ParameterBindings.h\"";
push(@data, $line);
push(@data, "");