From 646c1cb8a8ef0856153ff73612538af51dd51445 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 8 Apr 2014 17:42:49 +0200 Subject: [PATCH] Added inclusion of TLS header to Wayland. --- src/wl_platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wl_platform.h b/src/wl_platform.h index cf0d2c48..33262733 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -36,6 +36,7 @@ #error "The Wayland backend depends on EGL platform support" #endif +#include "posix_tls.h" #include "posix_time.h" #include "linux_joystick.h"