diff options
Diffstat (limited to 'src/intel/compiler/brw_compiler.h')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 85257d494af..d4128bccbc1 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -21,7 +21,8 @@ * IN THE SOFTWARE. */ -#pragma once +#ifndef BRW_COMPILER_H +#define BRW_COMPILER_H #include <stdio.h> #include "common/gen_device_info.h" @@ -1055,3 +1056,5 @@ brw_stage_has_packed_dispatch(const struct gen_device_info *devinfo, #ifdef __cplusplus } /* extern "C" */ #endif + +#endif /* BRW_COMPILER_H */ |