summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ac
blob: 6491fa8a90be33469c838739cd60bf341db71748 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- display.c.orig	Sun Apr 20 17:13:42 1997
+++ display.c	Sun Apr 20 17:13:59 1997
@@ -26,7 +26,7 @@
 #include "mikmod.h"
 
 #ifdef NCURSES
-#include <ncurses/ncurses.h>
+#include <ncurses.h>
 #else
 #include <curses.h>
 #endif