[client] corrected path to SDL2_ttf header

This commit is contained in:
Geoffrey McRae 2017-12-14 16:09:39 +11:00
parent 8c2709a3f4
commit 7b64d35cd1

View File

@ -3,7 +3,7 @@
#include <stdbool.h>
#include <unistd.h>
#include <SDL_ttf.h>
#include <SDL2/SDL_ttf.h>
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>