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:
parent
3771aaa558
commit
4661e39a2b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue