[Asterisk-cvs] asterisk/cdr cdr_pgsql.c,1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Wed Oct 1 16:05:04 CDT 2003


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

Modified Files:
	cdr_pgsql.c 
Log Message:
Fix extraneous include from MySQL


Index: cdr_pgsql.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_pgsql.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cdr_pgsql.c	1 Oct 2003 15:03:30 -0000	1.1
+++ cdr_pgsql.c	1 Oct 2003 21:06:15 -0000	1.2
@@ -31,7 +31,6 @@
 #include <time.h>
 
 #include <libpq-fe.h>
-#include <errmsg.h>
 
 #define DATE_FORMAT "%Y-%m-%d %T"
 




More information about the svn-commits mailing list