View | Details | Raw Unified | Return to bug 190983
Collapse All | Expand All

(-)x11/pixman/files/patch-pixman-private.h (+16 lines)
Line 0 Link Here
1
--- pixman/pixman-private.h.orig	2014-06-12 21:43:22.000000000 +0000
2
+++ pixman/pixman-private.h	2014-06-12 21:43:38.000000000 +0000
3
@@ -1,5 +1,3 @@
4
-#include <float.h>
5
-
6
 #ifndef PIXMAN_PRIVATE_H
7
 #define PIXMAN_PRIVATE_H
8
 
9
@@ -30,6 +28,7 @@
10
 #include <stdio.h>
11
 #include <string.h>
12
 #include <stddef.h>
13
+#include <float.h>
14
 
15
 #include "pixman-compiler.h"
16
 

Return to bug 190983