summaryrefslogtreecommitdiff
path: root/audio/emixer/patches/patch-ab
blob: 6c14b9b3697898d96696d9319ff8824920302a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $

--- nctgui.h.orig	Mon Dec 13 02:15:43 1999
+++ nctgui.h	Mon Dec 13 02:18:32 1999
@@ -9,7 +9,11 @@
 
 /* include files used by gui.c and main.c */
 #include <ncurses.h>
+#ifdef __NetBSD__
+#include <slang.h>
+#else
 #include <slang/slang.h>
+#endif
 #include <string.h>
 
 /* defines used by gui.c and main.c */