* ldlex.l: Use #include "" instead of <> for local header files.

This commit is contained in:
Alan Modra
2002-05-25 12:54:12 +00:00
parent b3f7d5fdb0
commit 3511b5956d
2 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,7 @@ This was written by steve chamberlain
*/
#include <ansidecl.h>
#include "ansidecl.h"
#include <stdio.h>
#ifdef MPW