icd: Support for command pools
diff --git a/loader/loader.c b/loader/loader.c
index 20ff816..75701cf 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2331,7 +2331,7 @@
 
 VkResult loader_validate_device_extensions(
         struct loader_icd              *icd,
-        u_int32_t                       gpu_index,
+        uint32_t                       gpu_index,
         const VkDeviceCreateInfo       *pCreateInfo)
 {
     struct loader_extension_property *extension_prop;