summaryrefslogtreecommitdiffstats
path: root/libass/ass_shaper.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2014-02-17 00:13:37 +0100
committerGrigori Goronzy <greg@chown.ath.cx>2014-02-17 00:15:39 +0100
commit9c49f7b01b55bbc115b4f736f919b7e7bf8ef456 (patch)
treeb02b527470c603dfd8e7a8567f6d068d3f69bac4 /libass/ass_shaper.c
parent4bf0db24a7c540fcbc2099ea84902571cc3639d6 (diff)
downloadlibass-9c49f7b01b55bbc115b4f736f919b7e7bf8ef456.tar.bz2
libass-9c49f7b01b55bbc115b4f736f919b7e7bf8ef456.tar.xz
Fix limits.h includes
These were missing in several places. Fixes #50.
Diffstat (limited to 'libass/ass_shaper.c')
-rw-r--r--libass/ass_shaper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_shaper.c b/libass/ass_shaper.c
index 8f12291..b69c93a 100644
--- a/libass/ass_shaper.c
+++ b/libass/ass_shaper.c
@@ -23,6 +23,7 @@
#include "ass_font.h"
#include "ass_parse.h"
#include "ass_cache.h"
+#include <limits.h>
#ifdef CONFIG_HARFBUZZ
#include <hb-ft.h>