diff libass/ass_utils.h @ 26138:74055622161d

Add missing header #includes to fix 'make checkheaders'.
author diego
date Wed, 05 Mar 2008 08:24:09 +0000
parents 8d8c52a169ad
children 0f892cd714b2
line wrap: on
line diff
--- a/libass/ass_utils.h	Wed Mar 05 07:59:37 2008 +0000
+++ b/libass/ass_utils.h	Wed Mar 05 08:24:09 2008 +0000
@@ -21,6 +21,8 @@
 #ifndef LIBASS_UTILS_H
 #define LIBASS_UTILS_H
 
+#include <stdint.h>
+
 int mystrtoi(char** p, int base, int* res);
 int mystrtou32(char** p, int base, uint32_t* res);
 int mystrtod(char** p, double* res);