From bb3dd9e92f5a33ba5dd1192edc1671192e63cc8e Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:17 +0200 Subject: Imported Upstream version 0.5.2 --- ProcessList.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index b77ba2a..7968674 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -39,6 +39,9 @@ in the source distribution for its full text. #define PROCMEMINFOFILE "/proc/meminfo" #endif +#ifndef MAX_NAME +#define MAX_NAME 128 +#endif typedef struct ProcessList_ { TypedVector* processes; -- cgit v1.2.3