[Asterisk-cvs] asterisk/apps app_sms.c,1.10.2.2,1.10.2.3
russell at lists.digium.com
russell at lists.digium.com
Mon Apr 4 01:40:32 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv30474/apps
Modified Files:
Tag: v1-0
app_sms.c
Log Message:
fix compile warning for FreeBSD (bug #3937)
Index: app_sms.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sms.c,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- app_sms.c 24 Oct 2004 21:26:29 -0000 1.10.2.2
+++ app_sms.c 4 Apr 2005 06:33:26 -0000 1.10.2.3
@@ -24,6 +24,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <dirent.h>
#include <ctype.h>
#include "../astconf.h"
More information about the svn-commits
mailing list