[svn-commits] jpeeler: trunk r278361 - /trunk/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 20 22:53:24 CDT 2010


Author: jpeeler
Date: Tue Jul 20 22:53:19 2010
New Revision: 278361

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=278361
Log:
include stat.h for everybody, needed for device2chan

Modified:
    trunk/channels/chan_dahdi.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=278361&r1=278360&r2=278361
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Tue Jul 20 22:53:19 2010
@@ -53,11 +53,11 @@
 #if defined(__NetBSD__) || defined(__FreeBSD__)
 #include <pthread.h>
 #include <signal.h>
-#include <sys/stat.h>
 #else
 #include <sys/signal.h>
 #endif
 #include <sys/ioctl.h>
+#include <sys/stat.h>
 #include <math.h>
 #include <ctype.h>
 




More information about the svn-commits mailing list