(gl_common.c) Add HAVE_CONFIG_H

This commit is contained in:
twinaphex 2021-09-29 17:48:58 +02:00
parent b5190b3662
commit efe34f52af

View File

@ -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)