gl_common.c - config.h include

This commit is contained in:
twinaphex 2016-12-21 16:09:29 +01:00
parent 19810233fa
commit 5d6067159c

View File

@ -17,6 +17,10 @@
#include <gfx/math/matrix_4x4.h>
#include <gfx/gl_capabilities.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include "../drivers/gl_symlinks.h"
#include "../video_coord_array.h"