diff -r e08c65e27557 -r 873a5b60a7ea stage4/generate_cc/generate_cc.cc --- a/stage4/generate_cc/generate_cc.cc Wed Jul 11 09:53:27 2007 +0200 +++ b/stage4/generate_cc/generate_cc.cc Thu Jul 12 11:24:32 2007 +0200 @@ -926,7 +926,7 @@ s4o.print("/* FILE GENERATED BY iec2cc */\n"); s4o.print("/* Editing this file is not recommended... */\n"); s4o.print("/*******************************************/\n\n"); - s4o.print("#include \"plciec.h\"\n\n"); + s4o.print("#include \"iec_std_lib.h\"\n\n"); /* (A) configuration declaration... */ /* (A.1) configuration name in comment */ @@ -1138,7 +1138,7 @@ s4o.print("/* FILE GENERATED BY iec2cc */\n"); s4o.print("/* Editing this file is not recommended... */\n"); s4o.print("/*******************************************/\n\n"); - s4o.print("#include \"plciec.h\"\n\n"); + s4o.print("#include \"iec_std_lib.h\"\n\n"); /* (A) resource declaration... */ /* (A.1) resource name in comment */