diff options
Diffstat (limited to 'contrib/fixinc/inclhack.sh')
-rwxr-xr-x | contrib/fixinc/inclhack.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/fixinc/inclhack.sh b/contrib/fixinc/inclhack.sh index a056e1ba3b4..e0f3e49e160 100755 --- a/contrib/fixinc/inclhack.sh +++ b/contrib/fixinc/inclhack.sh @@ -2,7 +2,7 @@ # # DO NOT EDIT THIS FILE (inclhack.sh) # -# It has been autogen-ed Tuesday June 02, 1998 at 06:45:50 AM PDT +# It has been autogen-ed Wednesday September 9, 1998 at 04:44:05 PM PDT # From the definitions inclhack.def # and the template file inclhack.tpl # @@ -495,7 +495,9 @@ struct rusage; # # Fix 9: Avoid_Bool # - case "$file" in ./curses.h ) + case "$file" in ./curses.h | \ + ./term.h | \ + ./tinfo.h ) fixlist="${fixlist} avoid_bool" if [ ! -r ${DESTDIR}/$file ] |