summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 17:45:28 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 17:45:28 +0000
commit21a498d25f567ada296d0321f65536dfc816482b (patch)
treefe9cce6e5f4096e25cf327443dbe6409fe2707f5
parente41835b4b2fe03d8a1997bd8e8eabab2a94bccd5 (diff)
downloadxorg-lib-libxtrans-XORG-6_8_99_901.tar.gz
Bug #3813 <https://bugs.freedesktop.org/show_bug.cgi?id=3813> GNU/kFreeBSDXORG-6_8_99_901
fix for xtrans (Robert Millan)
-rw-r--r--Xtranssock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xtranssock.c b/Xtranssock.c
index 93ecc45..81db6aa 100644
--- a/Xtranssock.c
+++ b/Xtranssock.c
@@ -88,7 +88,7 @@ from the copyright holders.
#endif
#ifndef NO_TCP_H
-#if defined(__osf__) || defined(linux) || defined(AIXV5)
+#if defined(__osf__) || defined(linux) || defined(__GLIBC__) || defined(AIXV5)
#include <sys/param.h>
#endif /* osf */
#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)