summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ab
blob: 682ab9264f2bd305014af1f9abda0c9b9bac79cf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ui.c.orig	Sun Apr 20 17:14:10 1997
+++ ui.c	Sun Apr 20 17:14:18 1997
@@ -25,7 +25,7 @@
 #include <signal.h>
 
 #ifdef NCURSES
-#include <ncurses/ncurses.h>
+#include <ncurses.h>
 #else
 #include <curses.h>
 #endif