mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 20:01:47 +02:00
14 lines
288 B
Diff
14 lines
288 B
Diff
diff --git a/stfl_internals.h b/stfl_internals.h
|
|
index 3f9f45b..1559626 100644
|
|
--- a/stfl_internals.h
|
|
+++ b/stfl_internals.h
|
|
@@ -28,7 +28,7 @@ extern "C" {
|
|
#endif
|
|
|
|
#include "stfl.h"
|
|
-#include <ncursesw/ncurses.h>
|
|
+#include <ncurses.h>
|
|
#include <pthread.h>
|
|
|
|
struct stfl_widget_type;
|