aboutsummaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-ab
blob: 3c277718cd2b33fced5461eee79836bd379509e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- cmp3.h.orig	Sat Apr 10 21:49:16 1999
+++ cmp3.h	Sat Apr 10 21:54:51 1999
@@ -1,7 +1,7 @@
 #ifndef _CMP3_H
 #define _CMP3_H
 
-#include<curses.h>
+#include<ncurses.h>
 
 #ifndef NCURSES_VERSION
   #error "This program requires ncurses to function"
@@ -15,7 +15,7 @@
 #include<sys/wait.h>
 #include<sys/ioctl.h>
 #include<sys/stat.h>
-#include<sys/soundcard.h>
+#include<machine/soundcard.h>
 #include<fcntl.h>
 #include<stdio.h>
 #include<stdlib.h>