Xymon Mailing List Archive search

Current snapshot compilation problem

list Henrik Størner
Mon, 14 Jan 2008 22:17:48 +0100
Message-Id: <user-e986aed098e3@xymon.invalid>

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