diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-26 10:29:38 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-26 10:29:38 +0000 |
commit | 7c4c1832ccd4830f903d7d647466f96aa6755711 (patch) | |
tree | 068c7fad565eef36d17ed45207065d7002b863e0 /sal/android/lo-bootstrap.c | |
parent | 0f32f98564f8e0e66bc2d2ee5c55406930007044 (diff) |
android: move lo-bootstrap to osl/detail, Attach threads as created
Diffstat (limited to 'sal/android/lo-bootstrap.c')
-rw-r--r-- | sal/android/lo-bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c index 55bc643f38ab..98db089c2d7d 100644 --- a/sal/android/lo-bootstrap.c +++ b/sal/android/lo-bootstrap.c @@ -48,7 +48,7 @@ #include "uthash.h" -#include "lo-bootstrap.h" +#include "osl/detail/android-bootstrap.h" #pragma GCC diagnostic ignored "-Wdeclaration-after-statement" |