Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 737250
Collapse All | Expand All

(-)supertuxkart-1.1-src.orig/lib/irrlicht/source/Irrlicht/COSOperator.cpp (-5 lines)
Lines 14-24 Link Here
14
#if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
14
#if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
15
#include <sys/param.h>
15
#include <sys/param.h>
16
#include <sys/types.h>
16
#include <sys/types.h>
17
#if defined(ANDROID) || (defined(__linux__) && !defined(__GLIBC__))
18
#include <linux/sysctl.h>
19
#else
20
#include <sys/sysctl.h>
21
#endif
22
#endif
17
#endif
23
#endif
18
#endif
24
19

Return to bug 737250