mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8f500ccd3a
PR: 54425 Submitted by: Ronald Kuehn <rk@ronald.org>
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
--- source/voxware_audio.c.orig Sat Jun 28 15:55:41 2003
|
|
+++ source/voxware_audio.c Sat Jun 28 15:56:08 2003
|
|
@@ -50,7 +50,7 @@
|
|
#ifdef linux
|
|
#include <linux/soundcard.h>
|
|
#else
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#endif
|
|
|
|
#include "argv.h"
|