[Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src ootrace.c, 1.3, 1.4

russell russell
Sun Aug 28 15:26:53 CDT 2005


Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src
In directory mongoose.digium.com:/tmp/cvs-serv5187/ooh323c/src

Modified Files:
	ootrace.c 
Log Message:
add missing include (issue #5044)


Index: ootrace.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/ootrace.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ootrace.c	16 Jun 2005 19:41:23 -0000	1.3
+++ ootrace.c	28 Aug 2005 19:28:19 -0000	1.4
@@ -17,6 +17,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <time.h>
 
 #include "ootypes.h"
 #include "ootrace.h"




More information about the svn-commits mailing list