git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1404 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -1969,7 +1969,7 @@ static void message_handler_req_lib_amf_pmstop (
struct amf_comp *comp;
SaAisErrorT error = SA_AIS_OK;
- TRACE2 ("PmStop msg: '%s', %llu %d %d %d",
+ TRACE2 ("PmStop msg: '%s', %llu %d %d",
req_lib->compName.value,
req_lib->processId,
req_lib->stopQualifier,
@@ -125,6 +125,7 @@
*/
#include <assert.h>
+#include <stdlib.h>
#include "amf.h"
#include "print.h"
#include "util.h"
@@ -112,6 +112,7 @@
#include <stdio.h>
@@ -370,6 +370,7 @@
*
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>