aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruiser.cpp b/bruiser/bruiser.cpp
index fbf5935..1398f9a 100644
--- a/bruiser/bruiser.cpp
+++ b/bruiser/bruiser.cpp
@@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
#include "llvm/Support/raw_ostream.h"
#include "llvm/IR/Function.h"
/*other*/
-#include "ncurses/curses.h"
+#include "curses.h"
/**********************************************************************************************************************/
/*used namespaces*/
using namespace llvm;