[Asterisk-cvs] asterisk/utils smsq.c,1.7,1.8

kpfleming kpfleming
Wed Sep 7 22:18:44 CDT 2005


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

Modified Files:
	smsq.c 
Log Message:
first set of Cygwin portability stuff (issue #4678)


Index: smsq.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/smsq.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- smsq.c	15 May 2005 03:32:20 -0000	1.7
+++ smsq.c	8 Sep 2005 02:19:02 -0000	1.8
@@ -9,8 +9,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <time.h>
+#include <asterisk/compat.h>
 #ifdef SOLARIS
-#include <solaris-compat/compat.h>
 #define     POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
 #endif
 #if !defined(POPT_ARGFLAG_SHOW_DEFAULT)




More information about the svn-commits mailing list