mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 13:53:58 +00:00
[client] corrected path to SDL2_ttf header
This commit is contained in:
parent
8c2709a3f4
commit
7b64d35cd1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue