fix for ubuntu, mame issue #4375

This commit is contained in:
msaarna@gmail.com 2020-03-23 08:38:12 -04:00
parent 3b1a4cc63c
commit e81d756704

View file

@ -1,4 +1,6 @@
#ifndef __glxext_h_
#if !defined(__glx_glxext_h_) && !defined(__glxext_h_)
#define __glx_glxext_h_ 1
#define __glxext_h_ 1
#ifdef __cplusplus
@ -836,3 +838,4 @@ Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay,
#endif
#endif
#endif