mesa: Add missing include guards
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi.h
index 8ccfff9bd37cac3e39154b191340740a70c3bc17..277bc947e25bd5a43d307c957c85c0cea619c8ce 100644 (file)
@@ -22,6 +22,9 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
+#ifndef ST_GLSL_TO_TGSI_H
+#define ST_GLSL_TO_TGSI_H
+
 #include "pipe/p_defines.h"
 #include "pipe/p_shader_tokens.h"
 #include "main/mtypes.h"
@@ -73,3 +76,5 @@ _mesa_sysval_to_semantic(unsigned sysval);
 #ifdef __cplusplus
 }
 #endif
+
+#endif