[asterisk-commits] kpfleming: branch group/new_loader_completion r40565 - /team/group/new_loader...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Aug 19 18:41:09 MST 2006


Author: kpfleming
Date: Sat Aug 19 20:41:09 2006
New Revision: 40565

URL: http://svn.digium.com/view/asterisk?rev=40565&view=rev
Log:
more files that need stdio, because channel pulls in abstract_jb

Modified:
    team/group/new_loader_completion/funcs/func_cdr.c
    team/group/new_loader_completion/funcs/func_db.c
    team/group/new_loader_completion/funcs/func_language.c
    team/group/new_loader_completion/funcs/func_logic.c
    team/group/new_loader_completion/funcs/func_md5.c
    team/group/new_loader_completion/funcs/func_moh.c
    team/group/new_loader_completion/funcs/func_sha1.c

Modified: team/group/new_loader_completion/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_cdr.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_cdr.c (original)
+++ team/group/new_loader_completion/funcs/func_cdr.c Sat Aug 19 20:41:09 2006
@@ -27,6 +27,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>

Modified: team/group/new_loader_completion/funcs/func_db.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_db.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_db.c (original)
+++ team/group/new_loader_completion/funcs/func_db.c Sat Aug 19 20:41:09 2006
@@ -29,6 +29,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>

Modified: team/group/new_loader_completion/funcs/func_language.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_language.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_language.c (original)
+++ team/group/new_loader_completion/funcs/func_language.c Sat Aug 19 20:41:09 2006
@@ -24,6 +24,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>

Modified: team/group/new_loader_completion/funcs/func_logic.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_logic.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_logic.c (original)
+++ team/group/new_loader_completion/funcs/func_logic.c Sat Aug 19 20:41:09 2006
@@ -26,6 +26,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>

Modified: team/group/new_loader_completion/funcs/func_md5.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_md5.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_md5.c (original)
+++ team/group/new_loader_completion/funcs/func_md5.c Sat Aug 19 20:41:09 2006
@@ -28,6 +28,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>

Modified: team/group/new_loader_completion/funcs/func_moh.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_moh.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_moh.c (original)
+++ team/group/new_loader_completion/funcs/func_moh.c Sat Aug 19 20:41:09 2006
@@ -27,6 +27,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 
 #include "asterisk/module.h"

Modified: team/group/new_loader_completion/funcs/func_sha1.c
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/funcs/func_sha1.c?rev=40565&r1=40564&r2=40565&view=diff
==============================================================================
--- team/group/new_loader_completion/funcs/func_sha1.c (original)
+++ team/group/new_loader_completion/funcs/func_sha1.c Sat Aug 19 20:41:09 2006
@@ -26,6 +26,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>



More information about the asterisk-commits mailing list