diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llapr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llapr.h b/linden/indra/llcommon/llapr.h index e7b12d5..6edfc18 100644 --- a/linden/indra/llcommon/llapr.h +++ b/linden/indra/llcommon/llapr.h | |||
@@ -31,7 +31,7 @@ | |||
31 | #ifndef LL_LLAPR_H | 31 | #ifndef LL_LLAPR_H |
32 | #define LL_LLAPR_H | 32 | #define LL_LLAPR_H |
33 | 33 | ||
34 | #if LL_LINUX | 34 | #if LL_LINUX || LL_SOLARIS |
35 | #include <sys/param.h> // Need PATH_MAX in APR headers... | 35 | #include <sys/param.h> // Need PATH_MAX in APR headers... |
36 | #endif | 36 | #endif |
37 | 37 | ||