1d06f74438
LOVE is a framework for making 2D games in the Lua programming language. LOVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones. We need multiple versions as games were written for the older versions.
15 lines
349 B
C
15 lines
349 B
C
$NetBSD: patch-src_modules_audio_openal_Pool.h,v 1.1 2018/09/30 19:10:11 maya Exp $
|
|
|
|
Match SDL1 include paths
|
|
|
|
--- src/modules/audio/openal/Pool.h.orig 2011-05-04 16:00:10.000000000 +0000
|
|
+++ src/modules/audio/openal/Pool.h
|
|
@@ -28,7 +28,7 @@
|
|
#include <cmath>
|
|
|
|
// SDL
|
|
-#include <SDL.h>
|
|
+#include <SDL/SDL.h>
|
|
|
|
// LOVE
|
|
#include <common/config.h>
|