nv50/ir: avoid deleting pseudo instructions too early
[mesa.git] / src / util / hash_table.h
index 9b67f05bec694ee9e645fa411d923a23b6ced3d5..d6b6ebf4069858a0d529ab80f1af3c4b2e882b50 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include <inttypes.h>
 #include <stdbool.h>
+#include "c99_compat.h"
 #include "macros.h"
 
 #ifdef __cplusplus