summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 08:24:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 08:24:09 +0000
commit9d1bda5eb503fd1333dba19803960b5e1759df9d (patch)
tree9ceeefc7f88cb1ae5245c2f993265e0d332e9d24 /libass/ass_types.h
parent4790d6b768abf65b346f734d83a38c2a571eb9e1 (diff)
downloadlibass-9d1bda5eb503fd1333dba19803960b5e1759df9d.tar.bz2
libass-9d1bda5eb503fd1333dba19803960b5e1759df9d.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26170 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass_types.h')
-rw-r--r--libass/ass_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass_types.h b/libass/ass_types.h
index cf39846..23e1074 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -21,6 +21,8 @@
#ifndef LIBASS_TYPES_H
#define LIBASS_TYPES_H
+#include <stdint.h>
+
#define VALIGN_SUB 0
#define VALIGN_CENTER 8
#define VALIGN_TOP 4