summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-02-02 02:40:44 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-02-02 02:40:44 +0000
commit7e3aed5fbafe25a9756bf2afb9f00c225892e6aa (patch)
treeb502b329cdfdd6cbeb1ffc08dfd2b53393dda5fa /common
parentda22a147d842481d237c082209a0cf15cc844258 (diff)
downloadgdm-7e3aed5fbafe25a9756bf2afb9f00c225892e6aa.tar.gz
Make check an optional dependency. Add needed includes to build on
2008-02-01 Brian Cameron <brian.cameron@sun.com> * configure.ac: Make check an optional dependency. * common/gdm-address.c: Add needed includes to build on Solaris. svn path=/trunk/; revision=5680
Diffstat (limited to 'common')
-rw-r--r--common/gdm-address.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gdm-address.c b/common/gdm-address.c
index 9e23f1a0..065d4510 100644
--- a/common/gdm-address.c
+++ b/common/gdm-address.c
@@ -25,10 +25,12 @@
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
+#include <stropts.h>
#include <string.h>
#ifdef HAS_SYS_SOCKET
#include <sys/socket.h>
#endif
+#include <sys/sockio.h>
#include <netdb.h>
#include <sys/ioctl.h>
#include <net/if.h>