From bc7f42e95e56f173540cff9bfa51669b193dc337 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 16 Mar 2004 20:51:19 +0000 Subject: change suggested by Bill Fink: you can run Linux on Sun SPARC machines, so just testing for __sun might not be enough CVS patchset: 6275 CVS date: 2004/03/16 20:51:19 --- src/input/input_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index ce9bac401..8e851cb16 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -80,7 +80,7 @@ #include #include -#ifdef __sun +#if defined (__SVR4) && defined (__sun) # include #endif -- cgit v1.2.3