mozilla-implicit-declarations.patch
branchmozilla-1.9.2
changeset 299 9a09a02dff60
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-implicit-declarations.patch	Fri Aug 12 08:47:59 2011 +0200
@@ -0,0 +1,23 @@
+# HG changeset patch
+# Parent e3c883f8276a5fd4afab00e226cf19031d6fc5ae
+diff --git a/gfx/qcms/iccread.c b/gfx/qcms/iccread.c
+--- a/gfx/qcms/iccread.c
++++ b/gfx/qcms/iccread.c
+@@ -18,16 +18,17 @@
+ // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
+ // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
+ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
+ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include <math.h>
+ #include <assert.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include "qcmsint.h"
+ 
+ //XXX: use a better typename
+ typedef uint32_t __be32;
+ typedef uint16_t __be16;
+ 
+ #if 0
+ not used yet