summaryrefslogtreecommitdiffstats
path: root/share/examples/libvgl/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/libvgl/demo.c')
-rw-r--r--share/examples/libvgl/demo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c
index f2a28d3..ace1b94 100644
--- a/share/examples/libvgl/demo.c
+++ b/share/examples/libvgl/demo.c
@@ -30,12 +30,12 @@
#include <sys/types.h>
#include <machine/console.h>
-#include "vgl.h"
+#include <vgl.h>
int
main(int argc, char **argv)
{
- int x, y, xsize, ysize, i,j;
+ int y, xsize, ysize, i,j;
VGLBitmap *tmp;
// set graphics mode, here 320x240 256 colors
OpenPOWER on IntegriCloud