- fix compilation of freetype-gl font system

This commit is contained in:
Mark Vejvoda
2012-11-02 21:43:35 +00:00
parent 02e77c455e
commit 75acb075e8

View File

@@ -42,6 +42,7 @@
#include <string.h>
#include <assert.h>
#include <limits.h>
#include <stdlib.h>
#include "texture-atlas.h"
#define max(a,b) (a)>(b)?(a):(b)