summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-01-24 16:47:10 +0000
committerJason Parker <jparker@digium.com>2008-01-24 16:47:10 +0000
commite88241c45b993e9d8ba7f50704aaac403d13500b (patch)
tree45e930a365c876ebb557bac7dcef6268f77c24fc /res/res_phoneprov.c
parent32989872dde7f75f94a3a5f92552a6e0dd81bd43 (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: https://origsvn.digium.com/svn/asterisk/trunk@100139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"