diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-14 08:47:42 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-14 08:47:42 +0000 |
| commit | e1455d251d375554296672ac2ae6862657464f76 (patch) | |
| tree | 9a4abe8bd00cdc927d4d5c23f62acf55f33a3dd8 /share/examples/libvgl | |
| parent | 4bfc6d7e7999029f566472b885e451e53ea5d67a (diff) | |
Notes
Diffstat (limited to 'share/examples/libvgl')
| -rw-r--r-- | share/examples/libvgl/demo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c index f2a28d31a2ba..ace1b9429b48 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 |
