patch-gfx_qcms_iccread_c 510 B

123456789101112131415161718
  1. --- mozilla-1.9.2.orig/gfx/qcms/iccread.c 2010-04-02 18:02:27.000000000 +0200
  2. +++ mozilla-1.9.2/gfx/qcms/iccread.c 2010-04-30 14:00:52.430967966 +0200
  3. @@ -23,6 +23,7 @@
  4. #include <math.h>
  5. #include <assert.h>
  6. #include <stdlib.h>
  7. +#include <stdio.h>
  8. #include "qcmsint.h"
  9. //XXX: use a better typename
  10. @@ -771,7 +772,6 @@ void qcms_profile_release(qcms_profile *
  11. qcms_profile_fini(profile);
  12. }
  13. -#include <stdio.h>
  14. qcms_profile* qcms_profile_from_file(FILE *file)
  15. {
  16. uint32_t length, remaining_length;