blob: fbce2862ca7fabda360a589890f7425d7cd8711e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/scintilla/scinterm/ScintillaTerm.cxx 2013-03-19 18:32:55.511861027 +0100
+++ b/scintilla/scinterm/ScintillaTerm.cxx 2013-03-19 18:33:05.747736822 +0100
@@ -15,7 +15,7 @@
#include <vector>
#include <map>
-#include <ncurses.h>
+#include <curses.h>
#include "Platform.h"
|