From 9a457dee95960601abf0fc72f3253e8851b911b2 Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Tue, 6 Jan 2004 23:20:23 +0000 Subject: [PATCH] work around IRIX --- socket/scan_ip6if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket/scan_ip6if.c b/socket/scan_ip6if.c index ec1a794..f132dfa 100644 --- a/socket/scan_ip6if.c +++ b/socket/scan_ip6if.c @@ -2,7 +2,7 @@ #include "byte.h" #include #include "socket.h" -#if defined(__linux__) +#if defined(__linux__) || defined(_SGI_SOURCE) #include #endif