xref: /OK3568_Linux_fs/buildroot/package/matchbox-lib/0003-include-setjmp-h.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1matchbox-lib: include setjmp.h
2
3Based on this upstream patch:
4
5   http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/commit/?id=9315bcce1f01e7d6c00161442d61d3c676794d9d
6
7Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
8--- libmatchbox-1.9/libmb/mbpixbuf.c.orig	2014-02-21 12:45:46.867035956 +0000
9+++ libmatchbox-1.9/libmb/mbpixbuf.c	2014-02-21 12:46:43.482949583 +0000
10@@ -22,6 +22,7 @@
11
12 #include <strings.h>
13 #include "mbpixbuf.h"
14+#include <setjmp.h>
15
16 #define BYTE_ORD_24_RGB  0
17 #define BYTE_ORD_24_RBG  1
18