From 391eab2866ed739c7011cd4d29c53c0ebd10f7ae Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 28 Mar 2011 17:13:28 +0000 Subject: [PATCH] add missing update to header file --- OpenFilesScreen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h index f5ce59ca..a5d3cbc7 100644 --- a/OpenFilesScreen.h +++ b/OpenFilesScreen.h @@ -38,6 +38,7 @@ typedef struct OpenFiles_FileData_ { typedef struct OpenFilesScreen_ { Process* process; + pid_t pid; Panel* display; FunctionBar* bar; bool tracing;