You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
381 B

  1. --- a/pixman/pixman-private.h.orig 2016-11-22 22:10:33.574769654 +0800
  2. +++ b/pixman/pixman-private.h 2016-11-22 22:10:47.638774056 +0800
  3. @@ -1,5 +1,3 @@
  4. -#include <float.h>
  5. -
  6. #ifndef PIXMAN_PRIVATE_H
  7. #define PIXMAN_PRIVATE_H
  8. @@ -17,6 +15,8 @@
  9. #ifndef __ASSEMBLER__
  10. +#include <float.h>
  11. +
  12. #ifndef PACKAGE
  13. # error config.h must be included before pixman-private.h
  14. #endif