Procházet zdrojové kódy

Add #include assert.h to some AMF files.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1564 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake před 17 roky
rodič
revize
0d498c6628
3 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 1 0
      exec/amfcluster.c
  2. 1 0
      exec/amfsg.c
  3. 1 0
      exec/amfutil.c

+ 1 - 0
exec/amfcluster.c

@@ -142,6 +142,7 @@
 
 #include <stdlib.h>
 #include <errno.h>
+#include <assert.h>
 
 #include "logsys.h"
 #include "amf.h"

+ 1 - 0
exec/amfsg.c

@@ -364,6 +364,7 @@
 
 #include <stdlib.h>
 #include <errno.h>
+#include <assert.h>
 
 #include "amf.h"
 #include "logsys.h"

+ 1 - 0
exec/amfutil.c

@@ -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"