include task-manager.h to have __unused definition, should fix compilation on linux (bug 14401)

This commit is contained in:
Landry Breuil
2018-06-01 13:05:19 +02:00
parent 84e719796e
commit fcf8beb64e
3 changed files with 3 additions and 0 deletions

View File

@@ -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"