[Fix] Some more freetype include problems that will screw up for others.

This commit is contained in:
Allanis 2014-03-06 02:42:02 +00:00
parent 071fa6a7b8
commit a5d0c513e2

View File

@ -3,8 +3,8 @@
#include "SDL_version.h"
#include <png.h>
#include <ft2build.h>
#include <freetype/freetype.h>
#include <freetype/ftglyph.h>
#include <freetype2/freetype.h>
#include <freetype2/ftglyph.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>