$NetBSD: patch-ac,v 1.1 2012/02/07 19:43:48 mwilhelmy Exp $

--- stfl_internals.h.orig	2011-10-24 05:52:06.000000000 +0000
+++ stfl_internals.h
@@ -28,7 +28,12 @@ extern "C" {
 #endif
 
 #include "stfl.h"
-#include <ncursesw/ncurses.h>
+#ifdef __NetBSD__
+# include <curses.h>
+# include <stdarg.h>
+#else
+# include <ncursesw/ncurses.h>
+#endif
 #include <pthread.h>
 
 struct stfl_widget_type;
