=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/defines.h,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/make/defines.h 2010/07/19 19:46:44 1.9 --- src/usr.bin/make/defines.h 2012/03/22 13:47:12 1.10 *************** *** 1,7 **** #ifndef DEFINES_H #define DEFINES_H ! /* $OpenBSD: defines.h,v 1.9 2010/07/19 19:46:44 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,7 ---- #ifndef DEFINES_H #define DEFINES_H ! /* $OpenBSD: defines.h,v 1.10 2012/03/22 13:47:12 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 39,44 **** --- 39,47 ---- /* define common types in an opaque way */ struct GNode_; typedef struct GNode_ GNode; + + struct Location_; + typedef struct Location_ Location; struct List_; typedef struct List_ *Lst;