freebsd-ports/emulators/vice/files/patch-soundsdl.c
Dirk Meyer 5053e19457 - update to 1.18
- new options WITHOUT_NLS, WITH_ESOUND
re-enable uss sound support
update dependencys
2005-12-03 20:07:52 +00:00

11 lines
248 B
C

--- src/sounddrv/soundsdl.c.orig Sat Jan 12 21:35:58 2002
+++ src/sounddrv/soundsdl.c Fri Feb 14 03:13:41 2003
@@ -26,7 +26,7 @@
/* XXX: includes */
-#include <SDL/SDL_audio.h>
+#include <SDL_audio.h>
#include <unistd.h>
#include "vice.h"