25 lines
757 B
Diff
25 lines
757 B
Diff
|
diff -Nru gimp-perl.orig/extra.c gimp-perl/extra.c
|
||
|
--- gimp-perl.orig/extra.c 2003-07-07 03:34:52.000000000 +0200
|
||
|
+++ gimp-perl/extra.c 2012-11-17 17:56:58.811341808 +0100
|
||
|
@@ -11,7 +11,7 @@
|
||
|
|
||
|
/* need to factor these out, otherwise we always need gtk :( */
|
||
|
#include <libgimp/gimp.h>
|
||
|
-#include <libgimpwidgets/gimpchainbutton.h>
|
||
|
+#include <libgimpwidgets/gimpwidgets.h>
|
||
|
#include <libgimpbase/gimpbasetypes.h>
|
||
|
|
||
|
#include "extra.h"
|
||
|
diff -Nru gimp-perl.orig/Gimp.xs gimp-perl/Gimp.xs
|
||
|
--- gimp-perl.orig/Gimp.xs 2004-04-25 01:46:33.000000000 +0200
|
||
|
+++ gimp-perl/Gimp.xs 2012-11-17 17:56:45.117464269 +0100
|
||
|
@@ -1,7 +1,7 @@
|
||
|
#include "config.h"
|
||
|
|
||
|
#include <libgimp/gimp.h>
|
||
|
-#include <libgimp/gimpexport.h>
|
||
|
+#include <libgimp/gimpui.h>
|
||
|
|
||
|
#include <locale.h>
|
||
|
|