summaryrefslogtreecommitdiff
path: root/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp')
-rw-r--r--packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp
index fcc7bd712e..b171f550ff 100644
--- a/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp
+++ b/packages/libogcfpc/examples/graphics/gx/neheGX/lesson2/lesson2.pp
@@ -4,7 +4,7 @@ program lesson2;
{$mode objfpc}
uses
- cmem, ctypes, gccore;
+ cmem, ctypes, gctypes, gccore;
const
DEFAULT_FIFO_SIZE = (256*1024);