aboutsummaryrefslogtreecommitdiffstats
path: root/main/pixman/float-header-fix.patch
blob: 5c151a14f65bed0d3005cf8bea8c306750f87b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"