[gimp] actions: forgot an include which was triggering an "implicit declaration" warning.
- From: Jehan PagÃs <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] actions: forgot an include which was triggering an "implicit declaration" warning.
- Date: Wed, 12 Dec 2012 07:09:16 +0000 (UTC)
commit 8a935f05a07a89279538f638d5d43f165d34a6e6
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.
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]