summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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";