[Asterisk-cvs] asterisk utils.c,1.18,1.19
markster at lists.digium.com
markster at lists.digium.com
Mon Sep 6 11:26:55 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv18796
Modified Files:
utils.c
Log Message:
Use stdlib.h instead of alloca.h
Index: utils.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- utils.c 31 Aug 2004 13:32:11 -0000 1.18
+++ utils.c 6 Sep 2004 15:29:41 -0000 1.19
@@ -15,6 +15,7 @@
#include <ctype.h>
#include <string.h>
#include <unistd.h>
+#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
@@ -23,7 +24,6 @@
#include <asterisk/lock.h>
#include <asterisk/utils.h>
#include <asterisk/logger.h>
-#include <alloca.h>
static char base64[64];
static char b2a[256];
More information about the svn-commits
mailing list