summaryrefslogtreecommitdiff
path: root/src/parse/properties
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-09-05 00:21:19 +0100
committerVincent Sanders <vince@kyllikki.org>2014-09-05 00:21:19 +0100
commit56f392ec58d87e9c477c81f0690627ed778324d9 (patch)
tree7e655aa21fb1648a0e890e9c4cc54d22eca6d51b /src/parse/properties
parent2d7dfb09a66216660e2ade537953b53af865a649 (diff)
downloadlibcss-56f392ec58d87e9c477c81f0690627ed778324d9.tar.gz
libcss-56f392ec58d87e9c477c81f0690627ed778324d9.tar.bz2
strncasecmp is defined in strings.h
Diffstat (limited to 'src/parse/properties')
-rw-r--r--src/parse/properties/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/properties/utils.c b/src/parse/properties/utils.c
index d73c6c7..82dacf8 100644
--- a/src/parse/properties/utils.c
+++ b/src/parse/properties/utils.c
@@ -7,6 +7,7 @@
#include <assert.h>
#include <string.h>
+#include <strings.h>
#include "stylesheet.h"
#include "bytecode/bytecode.h"