[Asterisk-cvs] asterisk/apps app_sms.c,1.2,1.3
markster at lists.digium.com
markster at lists.digium.com
Mon May 31 12:45:41 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv9278/apps
Modified Files:
app_sms.c
Log Message:
Fix compile warning on FreeBSD (bug #1755)
Index: app_sms.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sms.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- app_sms.c 15 May 2004 22:52:12 -0000 1.2
+++ app_sms.c 31 May 2004 17:01:32 -0000 1.3
@@ -21,6 +21,7 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
+#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>
More information about the svn-commits
mailing list