From: ol.sc Date: Fri, 4 Jun 2010 20:58:40 +0000 (+0000) Subject: Adjustment to recent change in ca65 relative include path handling. X-Git-Tag: V2.13.3~719 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1568376fbfbf83757546b8477e0ede96cbdb9777;p=cc65 Adjustment to recent change in ca65 relative include path handling. git-svn-id: svn://svn.cc65.org/cc65/trunk@4713 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/extra/iobuf-0800.s b/libsrc/apple2/extra/iobuf-0800.s index 017bc030e..c46052ca8 100644 --- a/libsrc/apple2/extra/iobuf-0800.s +++ b/libsrc/apple2/extra/iobuf-0800.s @@ -12,7 +12,7 @@ .include "zeropage.inc" .include "errno.inc" - .include "filedes.inc" + .include "../filedes.inc" .segment "INIT"