i965: Fix type of brw_context::render_target_format[]
[mesa.git] / src / mesa / drivers / dri / i965 / brw_multisample_state.h
index db59af2affb3120901937d7e917e1c4eebfa7cd9..6cf324e561c14a30a1911d671f4025d5ec86c8d6 100644 (file)
@@ -21,6 +21,9 @@
  * IN THE SOFTWARE.
  */
 
+#ifndef BRW_MULTISAMPLE_STATE_H
+#define BRW_MULTISAMPLE_STATE_H
+
 #include <stdint.h>
 
 /**
@@ -104,3 +107,5 @@ static const uint32_t
 brw_multisample_positions_16x[] = {
    0xc75a7599, 0xb3dbad36, 0x2c42816e, 0x10eff408
 };
+
+#endif /* BRW_MULTISAMPLE_STATE_H */