Bug 561787: Add missing #include to iccread.c, to fix compile warnings about declarations of memcpy. r=roc

This commit is contained in:
Daniel Holbert 2010-04-28 23:13:13 -07:00
Родитель 7055ceda13
Коммит d2a1c857c0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,7 @@
#include <math.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "qcmsint.h"
typedef uint32_t be32;