summaryrefslogtreecommitdiff
path: root/sysutils/multitail/files/patch-mt.h
blob: 6dff3df8494ea872a8d89335a78714310ab3e48b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- mt.h.orig	2019-11-09 18:07:35 UTC
+++ mt.h
@@ -60,8 +60,13 @@ typedef enum { SCHEME_TYPE_EDIT = 0, SCHEME_TYPE_FILTE
 #endif
 
 #if defined(UTF8_SUPPORT) && !defined(__APPLE__)
-	#include <ncursesw/panel.h>
-	#include <ncursesw/ncurses.h>
+	#if defined(__FreeBSD__)
+		#include <panel.h>
+		#include <curses.h>
+	#else
+		#include <ncursesw/panel.h>
+		#include <ncursesw/ncurses.h>
+	#endif
 #else
 	#if defined(__APPLE__)
         #include <ncurses.h>