diff options
Diffstat (limited to 'graphics/gthumb/files/patch-extensions_image__rotation_rotation-utils.c')
-rw-r--r-- | graphics/gthumb/files/patch-extensions_image__rotation_rotation-utils.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gthumb/files/patch-extensions_image__rotation_rotation-utils.c b/graphics/gthumb/files/patch-extensions_image__rotation_rotation-utils.c new file mode 100644 index 000000000000..c21a20c494ac --- /dev/null +++ b/graphics/gthumb/files/patch-extensions_image__rotation_rotation-utils.c @@ -0,0 +1,10 @@ +--- extensions/image_rotation/rotation-utils.c.orig 2025-09-16 07:18:36 UTC ++++ extensions/image_rotation/rotation-utils.c +@@ -20,6 +20,7 @@ + */ + + #include <config.h> ++#include <stdbool.h> + #include <unistd.h> + #include <sys/types.h> + #include <glib/gi18n.h> |