1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/cmp3/files/patch-ab
Michael Haro 5de423c5ec A simple yet featureful ncurses frontend to mpg123.
PR:		11076
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-13 23:26:28 +00:00

21 lines
452 B
Plaintext

--- 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>