pdmenu-impl-dec.patch 400 B

1234567891011121314151617
  1. src/actions.c | 2 ++
  2. 1 files changed, 2 insertions(+), 0 deletions(-)
  3. diff --git a/src/actions.c b/src/actions.c
  4. index d42a63a..1f5a0d1 100644
  5. --- a/src/actions.c
  6. +++ b/src/actions.c
  7. @@ -30,6 +30,8 @@
  8. #include <libintl.h>
  9. #define _(String) gettext (String)
  10. +#include <ctype.h>
  11. +
  12. /* Handle a control c by either exiting pdmenu or doing nothing. */
  13. void Handle_Ctrl_C() {
  14. if (Q_Exits) {