GraphicsMagick: webp/src/webp/types.h Fix mistyped path to "../....
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.35938.1672009462.1459.graphicsmagick-commit@lists.sourceforge.net> |
changeset 0b3d574d4ad5 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=0b3d574d4ad5 summary: webp/src/webp/types.h Fix mistyped path to "../../webp/src/webp/types.h" diffstat: jp2/src/libjasper/include/jasper/jas_types.h | 2 +- tiff/libtiff/tiff.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (24 lines): diff -r d4cced1541de -r 0b3d574d4ad5 jp2/src/libjasper/include/jasper/jas_types.h --- a/jp2/src/libjasper/include/jasper/jas_types.h Sun Dec 25 22:09:25 2022 +0100 +++ b/jp2/src/libjasper/include/jasper/jas_types.h Mon Dec 26 00:03:56 2022 +0100 @@ -119,7 +119,7 @@ * braindamage below. */ #if !defined(bool) - #include <stdbool.h> + #include "stdbool2.h" #endif #if !defined(true) #define true 1 diff -r d4cced1541de -r 0b3d574d4ad5 tiff/libtiff/tiff.h --- a/tiff/libtiff/tiff.h Sun Dec 25 22:09:25 2022 +0100 +++ b/tiff/libtiff/tiff.h Mon Dec 26 00:03:56 2022 +0100 @@ -76,7 +76,7 @@ #endif #ifndef TIFF_DISABLE_DEPRECATED - #include "../../src/webp/types.h" + #include "../../webp/src/webp/types.h" /* typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED;