blob: 67689e838acd474a24fa75a7a211e22232d8ccf8 [file] [log] [blame]
Andrew Geissler4b740dc2020-05-05 08:54:39 -05001From 607b0bed5e8a5f5c3754cd6ffcf499d8134c37f9 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 30 Mar 2020 17:11:19 +0200
4Subject: [PATCH] gptcurses: correctly include curses.h
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 gptcurses.cc | 4 ----
10 1 file changed, 4 deletions(-)
11
12diff --git a/gptcurses.cc b/gptcurses.cc
13index 1b18cf2..4ebfde1 100644
14--- a/gptcurses.cc
15+++ b/gptcurses.cc
16@@ -23,11 +23,7 @@
17 #include <iostream>
18 #include <string>
19 #include <sstream>
20-#ifdef __APPLE__
21 #include <ncurses.h>
22-#else
23-#include <ncursesw/ncurses.h>
24-#endif
25 #include "gptcurses.h"
26 #include "support.h"
27