Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glx / glx_error.h
index 5d3992672e00c869cca01e0bf7db5a731073a211..6a2f32aa56e510bbef756922d38ffba336a095b8 100644 (file)
  promote the sale, use or other dealings in this Software without
  prior written authorization.
 */
+
+#ifndef GLX_ERROR_H
+#define GLX_ERROR_H
+
 #include <stdbool.h>
 #include <stdint.h>
 #include <X11/Xlib.h>
@@ -45,3 +49,5 @@ _X_HIDDEN void __glXSendErrorForXcb(Display * dpy,
 #ifdef __cplusplus
 }
 #endif
+
+#endif