diff options
Diffstat (limited to 'src/libtiff/tif_print.c')
-rw-r--r-- | src/libtiff/tif_print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtiff/tif_print.c b/src/libtiff/tif_print.c index 25bdda9..c3c3455 100644 --- a/src/libtiff/tif_print.c +++ b/src/libtiff/tif_print.c @@ -1,4 +1,4 @@ -/* $Id: tif_print.c,v 1.2 2009/08/21 04:01:59 scuri Exp $ */ +/* $Id: tif_print.c,v 1.3 2009/12/11 15:17:41 scuri Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -31,7 +31,7 @@ */ #include "tiffiop.h" #include <stdio.h> - +#include <string.h> #include <ctype.h> static const char *photoNames[] = { |