ports/emulators/yape/files/patch-sound.h
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

11 lines
202 B
C

--- sound.h.orig
+++ sound.h
@@ -1,7 +1,7 @@
#ifndef _SOUND_H
#define _SOUND_H
-#include <SDL/SDL.h>
+#include <SDL.h>
#include "types.h"
extern void init_audio(unsigned int sampleFrq = 48000);