void-packages/srcpkgs/weston/patches/musl.patch
2016-06-01 07:32:28 +02:00

10 lines
240 B
Diff

--- shared/xalloc.h.orig 2016-06-01 07:31:00.671473482 +0200
+++ shared/xalloc.h 2016-06-01 07:31:13.382610803 +0200
@@ -32,6 +32,7 @@ extern "C" {
#include <stdlib.h>
#include <string.h>
+#include <inttypes.h>
#include "zalloc.h"