1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/miscom/files/patch-af
Satoshi Taoka 54a24d3747 Atari's "Missile Command" clone.
PR:             11363
Submitted by:   Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-05-01 01:59:05 +00:00

15 lines
303 B
Plaintext

--- sound.c Sat Mar 15 17:17:45 1997
+++ /home/andy/tmp/wrk/sound.c Thu Aug 6 17:03:30 1998
@@ -4,7 +4,11 @@
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
#include <sys/soundcard.h>
+#endif
#include "sound.h"
int sound=1;