Index: [thread] [date] [subject] [author]
  From: teunis <teunis@computersupportcentre.com>
  To  : GGI Developers <ggi-develop@eskimo.com>
  Date: Mon, 21 Sep 1998 17:09:55 -0700 (MST)

Who's messed with the include files?

Someone has to check these out....
graphic.h:
(line 34):
	#include <kgi.h>
>	#include <kgi/kgi.h>
kgi.h:
(line 34):
	#include <kgi_commands.h>
>	#include <kgi/kgi_commands.h>

It looks like there's messups in debug.h and errno.h assumed to be
included....  (I have to include them manually now just so it compiles the
headers cleanly - and that's not good)

G'day, eh? :)
	- Teunis

Index: [thread] [date] [subject] [author]