=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/lowparse.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/make/lowparse.c 2012/03/22 13:47:12 1.26 +++ src/usr.bin/make/lowparse.c 2012/03/22 13:50:30 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: lowparse.c,v 1.26 2012/03/22 13:47:12 espie Exp $ */ +/* $OpenBSD: lowparse.c,v 1.27 2012/03/22 13:50:30 espie Exp $ */ /* low-level parsing functions. */ @@ -42,7 +42,9 @@ #include "error.h" #include "lst.h" #include "memory.h" +#ifndef LOCATION_TYPE #include "location.h" +#endif /* XXX check whether we can free filenames at the end, for a proper