add missing update to header file

This commit is contained in:
Hisham Muhammad 2011-03-28 17:13:28 +00:00
parent 7d7118b1f6
commit 391eab2866
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ typedef struct OpenFiles_FileData_ {
typedef struct OpenFilesScreen_ { typedef struct OpenFilesScreen_ {
Process* process; Process* process;
pid_t pid;
Panel* display; Panel* display;
FunctionBar* bar; FunctionBar* bar;
bool tracing; bool tracing;