aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llapr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llapr.h')
-rw-r--r--linden/indra/llcommon/llapr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llapr.h b/linden/indra/llcommon/llapr.h
index a36b177..e7b12d5 100644
--- a/linden/indra/llcommon/llapr.h
+++ b/linden/indra/llcommon/llapr.h
@@ -35,7 +35,7 @@
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
38#include "boost/noncopyable.hpp" 38#include <boost/noncopyable.hpp>
39 39
40#include "apr-1/apr_thread_proc.h" 40#include "apr-1/apr_thread_proc.h"
41#include "apr-1/apr_thread_mutex.h" 41#include "apr-1/apr_thread_mutex.h"