summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/UnsupportedProcessList.h')
-rw-r--r--unsupported/UnsupportedProcessList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/unsupported/UnsupportedProcessList.h b/unsupported/UnsupportedProcessList.h
index 1c537713..83796899 100644
--- a/unsupported/UnsupportedProcessList.h
+++ b/unsupported/UnsupportedProcessList.h
@@ -7,6 +7,9 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include "ProcessList.h"
+
+
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);
void ProcessList_delete(ProcessList* this);