]> git.sur5r.net Git - cc65/blobdiff - src/ca65/main.c
Added search paths similar to that of the linker and compiler.
[cc65] / src / ca65 / main.c
index 4b801c6ef074c24383cf4b297e4001ee77f11b03..faec11ecf8a35ad4efcd4a396b5c48dcc87c39c2 100644 (file)
@@ -796,6 +796,9 @@ int main (int argc, char* argv [])
     /* Initialize the cmdline module */
     InitCmdLine (&argc, &argv, "ca65");
 
+    /* Initialize the include search paths */
+    InitIncludePaths ();
+
     /* Enter the base lexical level. We must do that here, since we may
      * define symbols using -D.
      */