tags 518888 +patch thanks
patch is attatched just drop it in debian/patches
diff -Nur -x '*.orig' -x '*~' fam-2.7.0/build-tree/fam-2.7.0/src/Interest.h fam-2.7.0.new/build-tree/fam-2.7.0/src/Interest.h --- fam-2.7.0/src/Interest.h 2009-03-19 03:04:54.000000000 +0000 +++ fam-2.7.0/src/Interest.h 2009-03-19 03:06:07.000000000 +0000 @@ -30,6 +30,11 @@ #include "Boolean.h" +//if NULL is not defined define it to 0 +#ifndef NULL + #define NULL 0 +#endif + class Event; class FileSystem; class Monitor;