Bug 478842 gfxColorManagementTest.cpp failed to build on Solaris r=bholley

This commit is contained in:
Ginn Chen 2009-02-18 19:44:18 +08:00
Родитель 15312a2053
Коммит e730e00684
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -6,6 +6,8 @@
#include "lcms.h"
using std::isspace;
/* Nabbed from the http://www.jonh.net/~jonh/md5/crc32/crc32.c. License is
* "do anything, no restrictions." */
unsigned long crc32(const unsigned char *s, unsigned int len);