summaryrefslogtreecommitdiffstats
path: root/libass/ass_utils.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-08-07 02:45:51 +0200
committerGrigori Goronzy <greg@blackbox>2010-08-07 02:45:51 +0200
commitd8727de26b1e6ccf2682437e9f23d16a0be7ee79 (patch)
tree810555352d2e32491be63f988c4d85147d2966f9 /libass/ass_utils.c
parent2d824f8ae53a6bf6f2fc32b7692d218179be59ca (diff)
downloadlibass-d8727de26b1e6ccf2682437e9f23d16a0be7ee79.tar.bz2
libass-d8727de26b1e6ccf2682437e9f23d16a0be7ee79.tar.xz
POSIX compliance: add strings.h include where appropriate
strcasecmp/strncasecmp needs strings.h according to POSIX, so add this include where these occur.
Diffstat (limited to 'libass/ass_utils.c')
-rw-r--r--libass/ass_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_utils.c b/libass/ass_utils.c
index 59fdbdf..47b898f 100644
--- a/libass/ass_utils.c
+++ b/libass/ass_utils.c
@@ -25,6 +25,7 @@
#include <inttypes.h>
#include <ft2build.h>
#include FT_GLYPH_H
+#include <strings.h>
#include "ass_library.h"
#include "ass.h"