[gimp/gimp-2-8] actions: forgot an include which was triggering an "implicit declaration" warning. (cherry picked fr
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] actions: forgot an include which was triggering an "implicit declaration" warning. (cherry picked fr
- Date: Fri, 24 May 2013 22:28:08 +0000 (UTC)
commit 1380b0696cbae20cbe04742da6ab3926a67674cb
Author: Jehan <jehan girinstud io>
Date: Wed Dec 12 16:05:39 2012 +0900
actions: forgot an include which was triggering an "implicit declaration" warning.
(cherry picked from commit 8a935f05a07a89279538f638d5d43f165d34a6e6)
app/actions/file-actions.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index 09992af..89e7db6 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -46,6 +46,7 @@
#include "actions.h"
#include "file-actions.h"
#include "file-commands.h"
+#include "view-actions.h"
#include "gimp-intl.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]