mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
452 B
Plaintext
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>
|