patch attached
Index: exec/amfsg.c =================================================================== --- exec/amfsg.c (revision 1558) +++ exec/amfsg.c (working copy) @@ -364,6 +364,7 @@ #include <stdlib.h> #include <errno.h> +#include <assert.h> #include "amf.h" #include "logsys.h" Index: exec/amfutil.c =================================================================== --- exec/amfutil.c (revision 1558) +++ exec/amfutil.c (working copy) @@ -51,6 +51,7 @@ #include <errno.h> #include <sys/types.h> #include <regex.h> +#include <assert.h> #include "../include/saAis.h" #include "../include/saAmf.h" Index: exec/amfcluster.c =================================================================== --- exec/amfcluster.c (revision 1558) +++ exec/amfcluster.c (working copy) @@ -142,6 +142,7 @@ #include <stdlib.h> #include <errno.h> +#include <assert.h> #include "logsys.h" #include "amf.h"
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
