diff options
author | scuri <scuri> | 2009-12-11 15:17:41 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-12-11 15:17:41 +0000 |
commit | bfaf1f4433372b13eb1b50c3be2c27c547cd9af5 (patch) | |
tree | 62502696239a70c3573c86f8dde426acbabe7409 /src/libtiff/tif_dirinfo.c | |
parent | 6e1595f84fdc0b9e7cc3d620ce8f2ca707f6e3fd (diff) |
*** empty log message ***
Diffstat (limited to 'src/libtiff/tif_dirinfo.c')
-rw-r--r-- | src/libtiff/tif_dirinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libtiff/tif_dirinfo.c b/src/libtiff/tif_dirinfo.c index 610632d..440cf32 100644 --- a/src/libtiff/tif_dirinfo.c +++ b/src/libtiff/tif_dirinfo.c @@ -1,4 +1,4 @@ -/* $Id: tif_dirinfo.c,v 1.2 2009/08/21 04:01:59 scuri Exp $ */ +/* $Id: tif_dirinfo.c,v 1.3 2009/12/11 15:17:41 scuri Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -31,6 +31,7 @@ */ #include "tiffiop.h" #include <stdlib.h> +#include <string.h> /* * NB: NB: THIS ARRAY IS ASSUMED TO BE SORTED BY TAG. |