(gl_common.c) Add HAVE_CONFIG_H
This commit is contained in:
parent
b5190b3662
commit
efe34f52af
|
@ -15,6 +15,10 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include <glsym/glsym.h>
|
||||
|
||||
void gl_flush(void)
|
||||
|
|
Loading…
Reference in New Issue