From f0240f75fea5806cc27052121c49a70f2cd53e84 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 26 May 2005 18:42:56 +0000 Subject: [PATCH] Include tif_config.h. --- tools/tiffsplit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tiffsplit.c b/tools/tiffsplit.c index b726d977..6c31bcf8 100644 --- a/tools/tiffsplit.c +++ b/tools/tiffsplit.c @@ -1,4 +1,4 @@ -/* $Id: tiffsplit.c,v 1.11 2005-05-25 10:35:13 dron Exp $ */ +/* $Id: tiffsplit.c,v 1.12 2005-05-26 18:42:56 dron Exp $ */ /* * Copyright (c) 1992-1997 Sam Leffler @@ -24,6 +24,8 @@ * OF THIS SOFTWARE. */ +#include "tif_config.h" + #include #include #include