summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holbert <dholbert@cs.stanford.edu>2010-05-06 12:21:40 -0400
committerJeff Muizelaar <jmuizelaar@mozilla.com>2010-05-06 12:21:40 -0400
commit24c1e2a45daf95f7ab9f40dc7a2b75e8c8b14e44 (patch)
tree2c8cca2668f36ce9cc227196e432247dc36b9aa5
parentd0c963e1d0c1a840bb96d32e91319b319e0bda38 (diff)
Add missing #include to iccread.c, to fix compile warnings about declarations of memcpy
Bug 561787
-rw-r--r--iccread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iccread.c b/iccread.c
index c1e853d..cfe3d13 100644
--- a/iccread.c
+++ b/iccread.c
@@ -23,6 +23,7 @@
#include <math.h>
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
#include "qcmsint.h"
typedef uint32_t be32;