diff --git a/cif/CIFgen.c b/cif/CIFgen.c index 8c4e234e..938729be 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -148,6 +148,8 @@ cifGrowMinFunc(tile, table) int locDist, width, height, h; TileType type, tptype; Tile *tp, *tp2; + void SetMinBoxGrid(); /* Forward reference */ + TiToRect(tile, &area);