]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Add #include assert.h to some AMF files.
authorSteven Dake <sdake@redhat.com>
Tue, 24 Jun 2008 04:49:29 +0000 (04:49 +0000)
committerSteven Dake <sdake@redhat.com>
Tue, 24 Jun 2008 04:49:29 +0000 (04:49 +0000)
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1564 fd59a12c-fef9-0310-b244-a6a79926bd2f

exec/amfcluster.c
exec/amfsg.c
exec/amfutil.c

index 76f28465a77c54e3f7c649654f2ccf5a6d6064df..6469ecf2427daa4eaaa387082c78da4f2c8235cd 100644 (file)
 
 #include <stdlib.h>
 #include <errno.h>
+#include <assert.h>
 
 #include "logsys.h"
 #include "amf.h"
index a12b797c203b08895de9187b2d6657907dee31ba..1b11cdc1eb5b7caed54f1e922996d40ab7790baf 100644 (file)
 
 #include <stdlib.h>
 #include <errno.h>
+#include <assert.h>
 
 #include "amf.h"
 #include "logsys.h"
index 6cb3791bfe1dd637526e5b9c6e05806f64dbe55f..c113785fc75634c505ec33b459704d711a0aca47 100644 (file)
@@ -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"