diff options
Diffstat (limited to 'test/pugl_gl3_test.c')
-rw-r--r-- | test/pugl_gl3_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pugl_gl3_test.c b/test/pugl_gl3_test.c index 80a8912..8dea5a1 100644 --- a/test/pugl_gl3_test.c +++ b/test/pugl_gl3_test.c @@ -43,7 +43,7 @@ #include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl_backend.h" +#include "pugl/pugl_gl.h" #include <math.h> #include <stdbool.h> |