From 0512a0d2a58e4ad611af1a50d10da4117db14b54 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 15 Jan 2003 16:08:44 +0000 Subject: - Must include on solaris to get the _IOC..() macros for ioctl command codes - Must include on solaris, there is no CVS patchset: 3927 CVS date: 2003/01/15 16:08:44 --- src/input/input_dvb.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/input/input_dvb.c') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 7dd052e54..4233399b7 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -36,6 +36,9 @@ #include #include #include +#ifdef __sun +#include +#endif #include /* These will eventually be #include */ -- cgit v1.2.3