---
 src/mesa/drivers/dri/i965/brw_cfg.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/mesa/drivers/dri/i965/brw_cfg.h 
b/src/mesa/drivers/dri/i965/brw_cfg.h
index 7bd3e24..5911107 100644
--- a/src/mesa/drivers/dri/i965/brw_cfg.h
+++ b/src/mesa/drivers/dri/i965/brw_cfg.h
@@ -25,6 +25,10 @@
  *
  */
 
+#pragma once
+#ifndef BRW_CFG_H
+#define BRW_CFG_H
+
 #include "brw_shader.h"
 
 class bblock_t;
@@ -89,3 +93,5 @@ public:
    bblock_t **blocks;
    int num_blocks;
 };
+
+#endif /* BRW_CFG_H */
-- 
1.8.3.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to