Include curses properly for hyperlinks ifdef, from chrysn at fsfe dot org.

pull/3269/head
Nicholas Marriott 2022-07-19 07:48:48 +01:00
parent dc6bc0e95a
commit 697cebb4c1
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
#include <stdlib.h>
#include <string.h>
#if defined(HAVE_CURSES_H)
#include <curses.h>
#elif defined(HAVE_NCURSES_H)
#include <ncurses.h>
#endif
#include "tmux.h"
/*