diff --git a/src/mesa/main/hash_table.h b/src/mesa/main/hash_table.h index 76e05a0856f..ad1dae478ed 100644 --- a/src/mesa/main/hash_table.h +++ b/src/mesa/main/hash_table.h @@ -25,11 +25,13 @@ * */ +#ifndef _HASH_TABLE_H +#define _HASH_TABLE_H + #include #include -#ifndef _HASH_TABLE_H -#define _HASH_TABLE_H +#include "compiler.h" #ifdef __cplusplus extern "C" {