mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Include curses properly for hyperlinks ifdef, from chrysn at fsfe dot org.
This commit is contained in:
		@@ -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"
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user