mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5de423c5ec
PR: 11076 Submitted by: Chris Piazza <cpiazza@home.net>
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>
|