1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00

tgi/*.h headers were being searched in local, not CC65_INC path

git-svn-id: svn://svn.cc65.org/cc65/trunk@1808 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-12-20 23:25:04 +00:00
parent 3771aaa558
commit 4661e39a2b

View File

@ -39,10 +39,10 @@
#ifndef _TGI_MODE_H
#include "tgi/tgi-mode.h"
#include <tgi/tgi-mode.h>
#endif
#ifndef _TGI_ERROR_H
#include "tgi/tgi-error.h"
#include <tgi/tgi-error.h>
#endif