From 21a498d25f567ada296d0321f65536dfc816482b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 3 Oct 2005 17:45:28 +0000 Subject: Bug #3813 GNU/kFreeBSD fix for xtrans (Robert Millan) --- Xtranssock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif /* osf */ #if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) -- cgit v1.2.3