summaryrefslogtreecommitdiffstats
path: root/linux/IOPriorityPanel.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-09-19 20:22:34 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-16 20:29:45 +0200
commitc6f04a9c5d33d16623f1c20f0987dd3a992379e7 (patch)
tree9e00e160a1eea3d99ac9348cc5f56b45376e7279 /linux/IOPriorityPanel.c
parent7cd093ce95c1f59cfc1ee2786578457ea6fa1559 (diff)
Move xAsprintf, xSnprintf and xStrdup to StringUtils.h
Diffstat (limited to 'linux/IOPriorityPanel.c')
-rw-r--r--linux/IOPriorityPanel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/IOPriorityPanel.c b/linux/IOPriorityPanel.c
index a12b8065..ce7f01e4 100644
--- a/linux/IOPriorityPanel.c
+++ b/linux/IOPriorityPanel.c
@@ -7,6 +7,8 @@ in the source distribution for its full text.
#include "IOPriorityPanel.h"
+#include "StringUtils.h"
+
Panel* IOPriorityPanel_new(IOPriority currPrio) {
Panel* this = Panel_new(1, 1, 1, 1, true, Class(ListItem), FunctionBar_newEnterEsc("Set ", "Cancel "));

© 2014-2024 Faster IT GmbH | imprint | privacy policy