- 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)
11 lines
327 B
C
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>
|