diff options
author | Matthew Waters <matthew@centricular.com> | 2015-12-31 15:38:37 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-02-17 01:13:43 +1100 |
commit | d067ed8a9ebb3964484266ec30092f624fb235ae (patch) | |
tree | a315a1dcfc669004251a1767914e6729f35c88d5 /ext/vulkan/vkinstance.h | |
parent | 3ed50f36edf66b347cdbac97e9c18e1d10529a0d (diff) |
vkinstance: add the necessary winsys extension
Diffstat (limited to 'ext/vulkan/vkinstance.h')
-rw-r--r-- | ext/vulkan/vkinstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vulkan/vkinstance.h b/ext/vulkan/vkinstance.h index 07022851a..a02c70d8e 100644 --- a/ext/vulkan/vkinstance.h +++ b/ext/vulkan/vkinstance.h @@ -21,7 +21,7 @@ #ifndef _VK_INSTANCE_H_ #define _VK_INSTANCE_H_ -#include "vk.h" +#include <vk.h> G_BEGIN_DECLS |