diff options
Diffstat (limited to 'kconfig/lxdialog/dialog.h')
-rw-r--r-- | kconfig/lxdialog/dialog.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/kconfig/lxdialog/dialog.h b/kconfig/lxdialog/dialog.h index fcffd5b4..0b00be5a 100644 --- a/kconfig/lxdialog/dialog.h +++ b/kconfig/lxdialog/dialog.h @@ -26,16 +26,10 @@ #include <string.h> #include <stdbool.h> -#ifndef KBUILD_NO_NLS -# include <libintl.h> -#else -# define gettext(Msgid) ((const char *) (Msgid)) -#endif - #ifdef __sun__ #define CURS_MACROS #endif -#include CURSES_LOC +#include <ncurses.h> /* * Colors in ncurses 1.9.9e do not work properly since foreground and |