From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 19 Apr 2021 16:17:10 +0200 Subject: [PATCH] Use the correct include paths for SDL The SDL port is installed into /usr/local, and its headers are accessible as . --- src/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types.h b/src/types.h index 1f696d17ee20a1623fbd4501f0d9afb9aec99f93..b5ede077a4686911912463310b425fe431bd0138 100644 --- a/src/types.h +++ b/src/types.h @@ -31,8 +31,8 @@ The authors of this program may be contacted at https://forum.princed.org // These headers for SDL seem to be the pkgconfig/meson standard as per the // latest versions. If the old ones should be used, the ifdef must be used // to compare versions. -# include -# include +# include +# include //#endif #if SDL_BYTEORDER != SDL_LIL_ENDIAN