aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 16:47:10 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 16:47:10 +0000
commitce1bf7ffa230cafe9242634b84551f7c85fe47a9 (patch)
tree45e930a365c876ebb557bac7dcef6268f77c24fc /res/res_phoneprov.c
parent528da9558169891fbe4cb19e05086b90c7b729a2 (diff)
Merged revisions 100138 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100138 | qwell | 2008-01-24 10:41:29 -0600 (Thu, 24 Jan 2008) | 6 lines Fix compilation on Solaris. (closes issue #11832) Patches: bug-11832.diff uploaded by snuffy (license 35) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100139 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_phoneprov.c')
-rw-r--r--res/res_phoneprov.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index bffe1a2df..febf2ed05 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -31,7 +31,9 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>
-
+#ifdef SOLARIS
+#include <sys/sockio.h>
+#endif
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 96773 $")
#include "asterisk/file.h"