summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-03-26 21:34:40 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2008-03-26 21:34:40 +0000
commit29bc61da140b72d2558629b44e0c1e39c936ef17 (patch)
tree91b5d3b07a9b4485ce5431d2362a0d834481c79f /common
parent75859ece5b693f48a66f9afc2410fed54e033302 (diff)
downloadgdm-29bc61da140b72d2558629b44e0c1e39c936ef17.tar.gz
Add a configure check for stropts.h since it has been removed from glibc.
2008-03-26 William Jon McCann <jmccann@redhat.com> * common/gdm-address.c: * configure.ac: Add a configure check for stropts.h since it has been removed from glibc. svn path=/trunk/; revision=6075
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 f0c9a45c..aa6f8513 100644
--- a/common/gdm-address.c
+++ b/common/gdm-address.c
@@ -25,7 +25,9 @@
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
+#ifdef HAVE_STROPTS_H
#include <stropts.h>
+#endif
#include <string.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>