From 69f439eff387a6ecb52734e400b297a3c85f2285 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 21 Sep 2021 08:35:19 +0200 Subject: New upstream version 3.1.0 --- linux/IOPriorityPanel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/IOPriorityPanel.c') diff --git a/linux/IOPriorityPanel.c b/linux/IOPriorityPanel.c index 25d2199..1bcbf4b 100644 --- a/linux/IOPriorityPanel.c +++ b/linux/IOPriorityPanel.c @@ -5,7 +5,7 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "IOPriorityPanel.h" +#include "linux/IOPriorityPanel.h" #include #include @@ -14,6 +14,7 @@ in the source distribution for its full text. #include "ListItem.h" #include "Object.h" #include "XUtils.h" +#include "IOPriority.h" Panel* IOPriorityPanel_new(IOPriority currPrio) { -- cgit v1.2.3