applying fix from;
    0000092: looks like the initializer for .need_suid was missing.      

diff --git a/include/applets.h b/include/applets.h
index a7578ba..6bce2ee 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -731,7 +731,7 @@
 #endif
 
 #if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
-	{ 0,NULL,0 }
+	{ 0,NULL,0,0 }
 };
 
 #endif