summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 23:04:24 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 23:04:24 +0000
commit56543d22f0bdfe6c45d557ecf1d7872b4ad47a98 (patch)
tree872583bdad5770a4490b915c633652448dd67821 /lib
parent50b1a73b2dc30c0fdd192d280c3aaa0952f8c589 (diff)
Changed include line for new prototype location.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1316 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/CreateScheduleBindings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index 4bf6f82f..198d8568 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -139,7 +139,7 @@ sub ScheduleCreateFile
$outbuf .= "\n";
$outbuf .= "\#include \"cctk.h\"\n";
$outbuf .= "\#include \"cctk_Parameters.h\"\n";
- $outbuf .= "\#include \"cctki_Schedule.h\"\n";
+ $outbuf .= "\#include \"cctki_ScheduleBindings.h\"\n";
$outbuf .= "\n";
$outbuf .= "/* Prototypes for functions to be registered. */\n";
$outbuf .= "$prototypes\n";