[asterisk-commits] tilghman: trunk r99719 - in /trunk: ./ main/acl.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 22 19:06:28 CST 2008
Author: tilghman
Date: Tue Jan 22 19:06:27 2008
New Revision: 99719
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99719
Log:
Merged revisions 99718 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r99718 | tilghman | 2008-01-22 18:56:06 -0600 (Tue, 22 Jan 2008) | 2 lines
Just confirmed that all current platforms need this header file
........
Modified:
trunk/ (props changed)
trunk/main/acl.c
Change Statistics:
0 files changed
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/acl.c
URL: http://svn.digium.com/view/asterisk/trunk/main/acl.c?view=diff&rev=99719&r1=99718&r2=99719
==============================================================================
--- trunk/main/acl.c (original)
+++ trunk/main/acl.c Tue Jan 22 19:06:27 2008
@@ -28,6 +28,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/network.h"
+#include <ifaddrs.h>
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__)
#include <fcntl.h>
@@ -36,10 +37,6 @@
#if defined(SOLARIS)
#include <sys/sockio.h>
-#endif
-
-#if defined(__Darwin__) || defined(__linux__)
-#include <ifaddrs.h>
#endif
#include "asterisk/acl.h"
More information about the asterisk-commits
mailing list