commit | b8dceae4d32fb2a84999f1db561408534c48e56d | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 23 10:37:23 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 23 15:04:31 2014 +0800 |
tree | 45190b245031f8e570884bb26a7e946d6d0263e4 | |
parent | 6dacc54bb57cfc138b1aa06ab8a7331ca2022923 [diff] [blame] |
add stubs for XGL_WSI_X11
diff --git a/loader/loader.h b/loader/loader.h index ca3f04e..b76f634 100644 --- a/loader/loader.h +++ b/loader/loader.h
@@ -30,6 +30,7 @@ #include <xgl.h> #include <xglDbg.h> +#include <xglWsiX11Ext.h> #if defined(__GNUC__) && __GNUC__ >= 4 # define LOADER_EXPORT __attribute__((visibility("default")))