diff options
Diffstat (limited to 'layers/multi.cpp')
| -rw-r--r-- | layers/multi.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layers/multi.cpp b/layers/multi.cpp index 95514928..3a5e4fcc 100644 --- a/layers/multi.cpp +++ b/layers/multi.cpp @@ -30,6 +30,9 @@ #include "loader_platform.h" #include "xgl_dispatch_table_helper.h" #include "xglLayer.h" +// The following is #included again to catch certain OS-specific functions +// being used: +#include "loader_platform.h" static void initLayerTable(const XGL_BASE_LAYER_OBJECT *gpuw, XGL_LAYER_DISPATCH_TABLE *pTable, const unsigned int layerNum); |
