[Asterisk-cvs] asterisk app.c,1.49,1.50

markster at lists.digium.com markster at lists.digium.com
Mon Feb 28 17:20:32 CST 2005


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

Modified Files:
	app.c 
Log Message:
Include stat.h to fix FreeBSD build (bug #3683)


Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- app.c	27 Feb 2005 19:07:46 -0000	1.49
+++ app.c	28 Feb 2005 23:18:03 -0000	1.50
@@ -20,6 +20,7 @@
 #include <unistd.h>
 #include <dirent.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <regex.h>
 #include <asterisk/channel.h>
 #include <asterisk/pbx.h>




More information about the svn-commits mailing list