summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl_gen9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/isl/isl_gen9.h')
-rw-r--r--src/intel/isl/isl_gen9.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/intel/isl/isl_gen9.h b/src/intel/isl/isl_gen9.h
index 12b42dc5c1c..26d716f8f5b 100644
--- a/src/intel/isl/isl_gen9.h
+++ b/src/intel/isl/isl_gen9.h
@@ -21,7 +21,8 @@
* IN THE SOFTWARE.
*/
-#pragma once
+#ifndef ISL_GEN9_H
+#define ISL_GEN9_H
#include "isl.h"
@@ -40,3 +41,5 @@ isl_gen9_choose_image_alignment_el(const struct isl_device *dev,
#ifdef __cplusplus
}
#endif
+
+#endif /* ISL_GEN9_H */