From 15c324516734cdcb3f5d38a8ccb19f223ec1f51d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 28 Feb 2022 21:38:59 +0000 Subject: [PATCH] community/gimp-nufraw: add patch --- community/gimp-nufraw/nufraw-glib-2.70.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/gimp-nufraw/nufraw-glib-2.70.patch diff --git a/community/gimp-nufraw/nufraw-glib-2.70.patch b/community/gimp-nufraw/nufraw-glib-2.70.patch new file mode 100644 index 000000000..936b5ffa9 --- /dev/null +++ b/community/gimp-nufraw/nufraw-glib-2.70.patch @@ -0,0 +1,20 @@ +diff -ru nufraw-0.43-3.orig/uf_glib.h nufraw-0.43-3/uf_glib.h +--- nufraw-0.43-3.orig/uf_glib.h 2022-02-23 09:03:44.700472919 +0100 ++++ nufraw-0.43-3/uf_glib.h 2022-02-23 09:04:50.260308805 +0100 +@@ -13,13 +13,13 @@ + #ifndef _UF_GLIB_H + #define _UF_GLIB_H + ++#include ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif + +-#include +-#include +- + // g_win32_locale_filename_from_utf8 is needed only on win32 + #ifdef _WIN32 + #define uf_win32_locale_filename_from_utf8(__some_string__) \