[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: include task-manager.h to have __unused definition, should fix compilation on linux (bug 14401)
noreply at xfce.org
noreply at xfce.org
Fri Jun 1 13:05:29 CEST 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-taskmanager.
commit fcf8beb64eaf6a2dac488ab09cd9b1e911e221ae
Author: Landry Breuil <landry at xfce.org>
Date: Fri Jun 1 13:05:19 2018 +0200
include task-manager.h to have __unused definition, should fix compilation on linux (bug 14401)
---
src/process-monitor.c | 1 +
src/process-tree-model.c | 1 +
src/process-window.c | 1 +
3 files changed, 3 insertions(+)
diff --git a/src/process-monitor.c b/src/process-monitor.c
index 3e1bd01..32bf747 100644
--- a/src/process-monitor.c
+++ b/src/process-monitor.c
@@ -14,6 +14,7 @@
#include <gtk/gtk.h>
#include <cairo.h>
+#include "task-manager.h"
#include "process-monitor.h"
diff --git a/src/process-tree-model.c b/src/process-tree-model.c
index 551a722..fdc8c2a 100644
--- a/src/process-tree-model.c
+++ b/src/process-tree-model.c
@@ -16,6 +16,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
+#include "task-manager.h"
#include "process-tree-view.h"
#include "process-tree-model.h"
diff --git a/src/process-window.c b/src/process-window.c
index 32cf8e7..57fd6cc 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -29,6 +29,7 @@
#include <gdk/gdkkeysyms.h>
#include "settings.h"
+#include "task-manager.h"
#include "process-window.h"
#if GTK_CHECK_VERSION(3, 0, 0)
#include "process-window-gtk3_ui.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list