Signed-off-by: Alan Coopersmith <[email protected]> --- src/sm_genid.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/sm_genid.c b/src/sm_genid.c index f46a317..288bfa7 100644 --- a/src/sm_genid.c +++ b/src/sm_genid.c @@ -71,11 +71,7 @@ in this Software without prior written authorization from The Open Group. #ifndef WIN32 # if defined(TCPCONN) || defined(STREAMSCONN) -# ifndef Lynx -# include <sys/socket.h> -# else -# include <socket.h> -# endif +# include <sys/socket.h> # include <netinet/in.h> # include <arpa/inet.h> # define XOS_USE_NO_LOCKING -- 1.7.3.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
