mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
fix to minor bug affecting the build process, a maintenance release will follow shortly.
This commit is contained in:
@ -16,9 +16,9 @@
|
||||
#include "debug.h"
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_LIBNCURSESW
|
||||
#include <curses.h>
|
||||
#else
|
||||
#include <ncursesw/curses.h>
|
||||
#else
|
||||
#include <curses.h>
|
||||
#endif
|
||||
|
||||
#define RICHSTRING_MAXLEN 300
|
||||
|
Reference in New Issue
Block a user