summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CursesDialog/cmCursesStandardIncludes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h
index 9c1e035..d72f0c6 100644
--- a/Source/CursesDialog/cmCursesStandardIncludes.h
+++ b/Source/CursesDialog/cmCursesStandardIncludes.h
@@ -47,6 +47,8 @@ enum
cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)),
cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)),
cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0))
+ cmCursesStandardIncludesHackRef5 = sizeof(cfsetospeed(0,0)),
+ cmCursesStandardIncludesHackRef6 = sizeof(cfsetispeed(0,0)),
};
#endif