blob: 44e9c9aaac452db13442177985393a8ccb41eb77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- renderers/audio/sdl/sdl_audio_renderer.h.orig Fri Nov 3 21:41:37 2000
+++ renderers/audio/sdl/sdl_audio_renderer.h Sun Feb 4 22:55:34 2001
@@ -34,7 +34,7 @@
#include "libxmps/libxmps.h"
-#include <SDL/SDL.h>
+#include <SDL.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
|