[gimp] plug-ins: forgot to change an #include after renaming screenshot files



commit a856fdab50b34d05538c21d3441faeda0cde01c4
Author: Michael Natterer <mitch gimp org>
Date:   Sun May 1 19:25:52 2016 +0200

    plug-ins: forgot to change an #include after renaming screenshot files

 plug-ins/screenshot/screenshot-win32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/screenshot/screenshot-win32.c b/plug-ins/screenshot/screenshot-win32.c
index e15f7a1..2333035 100644
--- a/plug-ins/screenshot/screenshot-win32.c
+++ b/plug-ins/screenshot/screenshot-win32.c
@@ -36,7 +36,7 @@
 
 #include "screenshot.h"
 #include "screenshot-win32.h"
-#include "resource.h"
+#include "screenshot-win32-resource.h"
 
 #include "libgimp/stdplugins-intl.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]