sq.h uses memset, and doesn't include string.h.  Solaris fails to
compile without the proper header included.


Index: include/corosync/sq.h
===================================================================
--- include/corosync/sq.h	(revision 2215)
+++ include/corosync/sq.h	(working copy)
@@ -34,7 +34,8 @@
 #ifndef SORTQUEUE_H_DEFINED
 #define SORTQUEUE_H_DEFINED
 
-#include "errno.h"
+#include <errno.h>
+#include <string.h>
 
 struct sq {
 	unsigned int head;
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to