ports/devel/stfl/patches/patch-stfl_internals_h

15 lines
295 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- stfl_internals.h.orig Sun Dec 30 09:25:50 2012
+++ stfl_internals.h Sun Dec 30 09:26:11 2012
@@ -28,7 +28,11 @@ extern "C" {
#endif
#include "stfl.h"
+#ifdef __OpenBSD__
+#include <curses.h>
+#else
#include <ncursesw/ncurses.h>
+#endif
#include <pthread.h>
struct stfl_widget_type;