mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 18:38:54 +00:00
Include curses properly for hyperlinks ifdef, from chrysn at fsfe dot org.
This commit is contained in:
parent
dc6bc0e95a
commit
697cebb4c1
@ -21,6 +21,12 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#if defined(HAVE_CURSES_H)
|
||||||
|
#include <curses.h>
|
||||||
|
#elif defined(HAVE_NCURSES_H)
|
||||||
|
#include <ncurses.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user