mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
e4bfde1be0
Such great games like: Larry 1, Space quest 1,2, Police quest 1, king's quest 1-4. All games comes in wonderfull EGA graphics and Adlib sound! PR: ports/67261 Submitted by: Radim Kolar <hsn@netmag.cz>
12 lines
313 B
C
12 lines
313 B
C
--- src/sound/freebsd/sound_freebsd.c.orig Fri Jun 22 16:45:04 2001
|
|
+++ src/sound/freebsd/sound_freebsd.c Tue May 25 19:36:22 2004
|
|
@@ -16,7 +16,7 @@
|
|
#include <stdio.h>
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
|
|
#include "sarien.h"
|
|
#include "sound.h"
|