diff options
Diffstat (limited to 'src/amd/vulkan/radv_wsi.h')
-rw-r--r-- | src/amd/vulkan/radv_wsi.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_wsi.h b/src/amd/vulkan/radv_wsi.h index 3e453fbe773..d624ab2b0fb 100644 --- a/src/amd/vulkan/radv_wsi.h +++ b/src/amd/vulkan/radv_wsi.h @@ -23,7 +23,8 @@ * IN THE SOFTWARE. */ -#pragma once +#ifndef RADV_WSI_H +#define RADV_WSI_H #include "radv_private.h" @@ -77,3 +78,5 @@ VkResult radv_x11_init_wsi(struct radv_physical_device *physical_device); void radv_x11_finish_wsi(struct radv_physical_device *physical_device); VkResult radv_wl_init_wsi(struct radv_physical_device *physical_device); void radv_wl_finish_wsi(struct radv_physical_device *physical_device); + +#endif /* RADV_WSI_H */ |