diff options
Diffstat (limited to 'main/pixman/float-header-fix.patch')
-rw-r--r-- | main/pixman/float-header-fix.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/pixman/float-header-fix.patch b/main/pixman/float-header-fix.patch new file mode 100644 index 0000000000..5c151a14f6 --- /dev/null +++ b/main/pixman/float-header-fix.patch @@ -0,0 +1,16 @@ +--- ./pixman/pixman-private.h.orig ++++ ./pixman/pixman-private.h +@@ -1,5 +1,3 @@ +-#include <float.h> +- + #ifndef PIXMAN_PRIVATE_H + #define PIXMAN_PRIVATE_H + +@@ -30,6 +28,7 @@ + #include <stdio.h> + #include <string.h> + #include <stddef.h> ++#include <float.h> + + #include "pixman-compiler.h" + |