libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit b4631743dc11fa58c8e69b8f5bfffff13ac7f32a
parent 2f4c552a20d7fa9b619009b01b4e24c6d287fb87
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 14 Jul 2005 13:43:13 +0000

fix

Diffstat:
Msrc/plugins/exiv2/exv_conf.h | 2++
Msrc/plugins/exiv2/exv_msvc.h | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/plugins/exiv2/exv_conf.h b/src/plugins/exiv2/exv_conf.h @@ -5,6 +5,8 @@ /* Define to 1 if you have the <unistd.h> header file. */ #define EXV_HAVE_UNISTD_H HAVE_UNISTD_H +#define EXV_HAVE_STDINT_H HAVE_STDINT_H + /* Define to the address where bug reports for this package should be sent. */ #define EXV_PACKAGE_BUGREPORT PACKAGE_BUGREPORT diff --git a/src/plugins/exiv2/exv_msvc.h b/src/plugins/exiv2/exv_msvc.h @@ -5,6 +5,8 @@ /* Define to 1 if you have the <unistd.h> header file. */ #define EXV_HAVE_UNISTD_H HAVE_UNISTD_H +#define EXV_HAVE_STDINT_H HAVE_STDINT_H + /* Define to the address where bug reports for this package should be sent. */ #define EXV_PACKAGE_BUGREPORT PACKAGE_BUGREPORT