[Asterisk-cvs] asterisk ChangeLog,1.64,1.65 cryptostub.c,1.2,1.3

kpfleming kpfleming
Mon Nov 7 22:56:57 CST 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv15578

Modified Files:
	ChangeLog cryptostub.c 
Log Message:
header cleanup


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ChangeLog	8 Nov 2005 03:41:10 -0000	1.64
+++ ChangeLog	8 Nov 2005 03:48:02 -0000	1.65
@@ -4,6 +4,9 @@
 
 2005-11-07  Kevin P. Fleming  <kpfleming at digium.com>
 
+	* cryptostub.c: include necessary headers
+	* include/asterisk/crypto.h: don't include unnecessary headers
+
 	* manager.c (action_setvar): add support for setting global variables (issue #5571)
 
 	* Makefile: correct cross-compilation issue introduced in Cygwin patches (issue #5572)

Index: cryptostub.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cryptostub.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cryptostub.c	26 Oct 2005 17:36:53 -0000	1.2
+++ cryptostub.c	8 Nov 2005 03:48:02 -0000	1.3
@@ -16,7 +16,11 @@
  * at the top of the source tree.
  */
 
+#include <unistd.h>
+#include <stdlib.h>
+
 #include "asterisk/crypto.h"
+#include "asterisk/logger.h"
 
 /* Hrm, I wonder if the compiler is smart enough to only create two functions
    for all these...  I could force it to only make two, but those would be some




More information about the svn-commits mailing list