File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
35
35
#include "ui.h"
36
36
#include "wavebank.h"
37
37
38
+ #if USE_NCURSES
39
+
38
40
#include <assert.h>
39
41
#include <glib.h>
40
42
#include <glob.h>
@@ -46,8 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
46
48
#include <string.h>
47
49
#include <unistd.h>
48
50
49
- #if USE_NCURSES
50
-
51
51
int cmd_quit (struct cbox_menu_item_command * item , void * context )
52
52
{
53
53
return 1 ;
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
#include "menuitem.h"
21
21
#include "ui.h"
22
22
23
+ #if USE_NCURSES
24
+
23
25
#include <assert.h>
24
26
#include <glib.h>
25
27
#include <malloc.h>
26
28
#include <ncurses.h>
27
29
#include <string.h>
28
30
29
- #if USE_NCURSES
30
-
31
31
struct cbox_menu
32
32
{
33
33
GPtrArray * items ;
You can’t perform that action at this time.
0 commit comments