aports/testing/weston/musl-fixes.patch
2016-10-19 15:50:02 +00:00

11 lines
216 B
Diff

--- weston-1.12.0/shared/string-helpers.h.orig
+++ weston-1.12.0/shared/string-helpers.h
@@ -28,6 +28,7 @@
#include <stdbool.h>
#include <stdlib.h>
+#include <stdint.h>
#include <errno.h>
#include <assert.h>