summaryrefslogtreecommitdiffstats
path: root/share/examples/libvgl
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-14 08:47:42 +0000
committerbillf <billf@FreeBSD.org>1999-12-14 08:47:42 +0000
commit610e431f91220358fe90a7b225a648e4317c6a64 (patch)
treef2aa136d6cb1cb3e72f73c0447206831f49d23d7 /share/examples/libvgl
parent380f1c8220a04046c94c3eae3309aa24b24448e9 (diff)
downloadFreeBSD-src-610e431f91220358fe90a7b225a648e4317c6a64.zip
FreeBSD-src-610e431f91220358fe90a7b225a648e4317c6a64.tar.gz
-Wall.
Reviewed/approved by: sos
Diffstat (limited to 'share/examples/libvgl')
-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