14 Jan
2008
14 Jan
'08
9:17 p.m.
Thanks Alexandre, done that on my sourcefile.
Regards, Henrik
On Mon, Jan 14, 2008 at 01:16:09PM -0800, Levin, Alexandre wrote:
... hobbit_snmpcollect.c:1068: error: 'PATH_MAX' undeclared (first use in this function) ...
Adding:
#include <limits.h>
To the hobbit_snmpcollect.c solved it