Skip to content

Commit

Permalink
Avoid compilation issues with ncurses on GCC 15
Browse files Browse the repository at this point in the history
Fixes: #1567
  • Loading branch information
BenBE committed Dec 9, 2024
1 parent 4102862 commit 04d0a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ if test "$my_htop_platform" = "solaris"; then
fi
AC_CHECK_FUNCS( [set_escdelay] )
AC_CHECK_FUNCS( [getmouse] )
AC_DEFINE([NCURSES_ENABLE_STDBOOL_H], [1], [Define to enable stdbool.h in ncurses])


AC_ARG_ENABLE([affinity],
Expand Down

0 comments on commit 04d0a54

Please sign in to comment.