[client] fix SDL_ttf.h include path.

This commit is contained in:
Geoffrey McRae
2017-12-14 22:05:32 +11:00
committed by GitHub
parent ead48195db
commit 67bdf2ba97

View File

@@ -22,7 +22,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdbool.h>
#include <SDL2/SDL.h>
#include <SDL_ttf.h>
#include <SDL2/SDL_ttf.h>
#define IS_LG_RENDERER_VALID(x) \
((x)->get_name && \