Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glx / dri2_priv.h
index 30ab2cdd871984d751d47c0accd9af82192bba81..a93551b146dccfb33af8028de6602d09c76800c9 100644 (file)
@@ -30,6 +30,9 @@
  *   Kristian Høgsberg (krh@redhat.com)
  */
 
+#ifndef DRI2_PRIV_H
+#define DRI2_PRIV_H
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -82,3 +85,5 @@ dri2_interop_export_object(struct glx_context *ctx,
 #ifdef __cplusplus
 }
 #endif
+
+#endif