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:
@@ -39,10 +39,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifndef _TGI_MODE_H
|
#ifndef _TGI_MODE_H
|
||||||
#include "tgi/tgi-mode.h"
|
#include <tgi/tgi-mode.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _TGI_ERROR_H
|
#ifndef _TGI_ERROR_H
|
||||||
#include "tgi/tgi-error.h"
|
#include <tgi/tgi-error.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user