diff options
Diffstat (limited to 'test/pugl_test.c')
-rw-r--r-- | test/pugl_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pugl_test.c b/test/pugl_test.c index 99720d2..e158da2 100644 --- a/test/pugl_test.c +++ b/test/pugl_test.c @@ -24,7 +24,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> |