[Asterisk-cvs] asterisk/utils astman.c,1.12,1.13

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 01:12:04 CDT 2005


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

Modified Files:
	astman.c 
Log Message:
use double-quotes instead of angle-brackets for non-system include files (bug #4058)


Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/astman.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- astman.c	3 Apr 2005 21:16:01 -0000	1.12
+++ astman.c	21 Apr 2005 06:02:45 -0000	1.13
@@ -20,8 +20,8 @@
 #include <unistd.h>
 #include <stdlib.h>
 
-#include <asterisk/md5.h>
-#include <asterisk/manager.h>
+#include "asterisk/md5.h"
+#include "asterisk/manager.h"
 
 #undef gethostbyname
 




More information about the svn-commits mailing list