mirror of https://github.com/xzeldon/htop.git
add missing update to header file
This commit is contained in:
parent
7d7118b1f6
commit
391eab2866
|
@ -38,6 +38,7 @@ typedef struct OpenFiles_FileData_ {
|
|||
|
||||
typedef struct OpenFilesScreen_ {
|
||||
Process* process;
|
||||
pid_t pid;
|
||||
Panel* display;
|
||||
FunctionBar* bar;
|
||||
bool tracing;
|
||||
|
|
Loading…
Reference in New Issue