mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
17 lines
291 B
Diff
17 lines
291 B
Diff
--- ./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"
|
|
|