freebsd-ports/emulators/mupen64-sound/files/patch-mupen64_audio_main.c
Jose Alonso Cardenas Marquez fb3f49d741 - Update to 0.5
- Remove a lot of obsolete patch files
- Clean up all emulators/mupen64* ports
- Add new way to build mupen64 emulator and all plugins
- Pass maintainership to me

Approved by:	tlp (maintainer via irc)
2007-10-09 03:50:04 +00:00

11 lines
327 B
C

--- mupen64_audio/main.c 2007-10-08 01:41:12.000000000 -0500
+++ mupen64_audio/main.c 2007-10-08 01:41:23.000000000 -0500
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <unistd.h>
#include <pthread.h>
#include <sys/time.h>