1Suggested workaround to build with recent gcc versions 2 3Upstream bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47792 4 5Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> 6 7Index: xapp_luit-1.1.1/sys.c 8=================================================================== 9--- xapp_luit-1.1.1.orig/sys.c 10+++ xapp_luit-1.1.1/sys.c 11@@ -20,6 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR 12 THE SOFTWARE. 13 */ 14 15+#define _XOPEN_SOURCE 600 16+ 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 20