mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d38080391a
- Fix build on 64-bit archs PR: ports/134306 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Tested by: gahr Approved by: miwi (mentor implicit)
15 lines
214 B
C
15 lines
214 B
C
|
|
$FreeBSD$
|
|
|
|
--- 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);
|