mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -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 <stdbool.h>
|
||||
#include <stddef.h>
|
||||
@ -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) {
|
||||
|
Reference in New Issue
Block a user