summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl_gen6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/isl/isl_gen6.h')
-rw-r--r--src/intel/isl/isl_gen6.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/intel/isl/isl_gen6.h b/src/intel/isl/isl_gen6.h
index 5151ff9858c..c954026efb6 100644
--- a/src/intel/isl/isl_gen6.h
+++ b/src/intel/isl/isl_gen6.h
@@ -21,7 +21,8 @@
* IN THE SOFTWARE.
*/
-#pragma once
+#ifndef ISL_GEN6_H
+#define ISL_GEN6_H
#include "isl.h"
@@ -46,3 +47,5 @@ isl_gen6_choose_image_alignment_el(const struct isl_device *dev,
#ifdef __cplusplus
}
#endif
+
+#endif /* ISL_GEN6_H */