Missing ifdef USE_GTKGLAREA

This commit is contained in:
Pan7 2015-09-13 11:04:59 +02:00
parent 7dc9eae709
commit b009d0794a

View file

@ -27,7 +27,9 @@
#include "stdafx.h"
#include <gtk/gtk.h>
#ifdef USE_GTKGLAREA
#include <epoxy/gl.h>
#endif
#include <GL/gl.h>
extern void DrawPathLines();