fix to minor bug affecting the build process, a maintenance release will follow shortly.

This commit is contained in:
Hisham Muhammad
2009-06-08 21:08:02 +00:00
parent 4206828d17
commit 3e6be2d7f7
8 changed files with 11 additions and 7 deletions

View File

@ -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