summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2008-10-01 16:00:42 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2008-10-01 16:00:42 +0000
commita69db02b7fd72d8fdd7d49fa75788daf388bf6b2 (patch)
treed87632ee2407f980110b9d655fc9baec1ce16372 /codec
parent73d8401465e1be8f4a5d8c133cb6557d667667fe (diff)
COMP: minor compilation warning
Diffstat (limited to 'codec')
-rw-r--r--codec/image_to_j2k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c
index 89cbc3cc..bde18543 100644
--- a/codec/image_to_j2k.c
+++ b/codec/image_to_j2k.c
@@ -31,6 +31,7 @@
*/
#include <stdio.h>
#include <string.h>
+#include <strings.h> /* strncasecmp */
#include <stdlib.h>
#include <math.h>