From ad373c55b7764c5c037a9e9d32e1e7d9381d2830 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 17 Sep 2019 11:41:57 +0100 Subject: [PATCH] os: Include xrt_config.h in os_threading.h --- src/xrt/auxiliary/os/os_threading.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xrt/auxiliary/os/os_threading.h b/src/xrt/auxiliary/os/os_threading.h index 7129cec70..127e04ab0 100644 --- a/src/xrt/auxiliary/os/os_threading.h +++ b/src/xrt/auxiliary/os/os_threading.h @@ -9,6 +9,7 @@ */ #include "xrt/xrt_compiler.h" +#include "xrt/xrt_config.h" #include "util/u_misc.h" #ifdef XRT_OS_LINUX