From 8d23812f7faeb1ab1f397ebf0fdc21593d9b37fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 30 Jul 2005 11:26:09 +0000 Subject: *BUGFIX* Let handle inttypes by config.h, sun specific includes moved to os_internal.h. CVS patchset: 7701 CVS date: 2005/07/30 11:26:09 --- lib/os_internal.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib') diff --git a/lib/os_internal.h b/lib/os_internal.h index c79448a22..2f6d19779 100644 --- a/lib/os_internal.h +++ b/lib/os_internal.h @@ -1,6 +1,18 @@ #include #include "os_types.h" +#if defined (__SVR4) && defined (__sun) +# include + +/* maybe needed for FreeBSD 4-STABLE */ +/* +#elif defined (__FreeBSD__) +# include +*/ + +#endif + + /* replacement of strndup */ #ifndef HAVE_STRNDUP #define strndup(S, N) _xine_private_strndup((S), (N)) -- cgit v1.2.3