summaryrefslogtreecommitdiff
path: root/lib/xtrans/Xtranssock.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xtrans/Xtranssock.c')
-rw-r--r--lib/xtrans/Xtranssock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xtrans/Xtranssock.c b/lib/xtrans/Xtranssock.c
index c2adef6ce..b6c762ddf 100644
--- a/lib/xtrans/Xtranssock.c
+++ b/lib/xtrans/Xtranssock.c
@@ -1,3 +1,4 @@
+/* $XFree86: xc/lib/xtrans/Xtranssock.c,v 3.74tsi Exp $ */
/*
Copyright 1993, 1994, 1998 The Open Group
@@ -26,7 +27,6 @@ other dealings in this Software without prior written authorization
from the copyright holders.
*/
-/* $XFree86: xc/lib/xtrans/Xtranssock.c,v 3.73tsi Exp $ */
/* Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA
*
@@ -86,7 +86,7 @@ from the copyright holders.
#endif
#ifndef NO_TCP_H
-#if defined(__osf__) || defined(linux)
+#if defined(__osf__) || defined(linux) || defined(__DARWIN__)
#include <sys/param.h>
#endif /* osf */
#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)