diff options
author | Alex Sakhartchouk <alexst@google.com> | 2012-03-09 10:47:27 -0800 |
---|---|---|
committer | Alex Sakhartchouk <alexst@google.com> | 2012-03-09 10:47:27 -0800 |
commit | bedc023170ccde8cc814df0b3e46a834b297325a (patch) | |
tree | b8d77f66f0295aa10cb159875aa5dfa707dc6384 /libs/rs/rsThreadIO.cpp | |
parent | 137ccbb8de51fd2e7936e1da447856373cc90c17 (diff) |
More header untangling.
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
Diffstat (limited to 'libs/rs/rsThreadIO.cpp')
-rw-r--r-- | libs/rs/rsThreadIO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsThreadIO.cpp b/libs/rs/rsThreadIO.cpp index 7182f53a9517..8a0a5dce2076 100644 --- a/libs/rs/rsThreadIO.cpp +++ b/libs/rs/rsThreadIO.cpp @@ -15,8 +15,8 @@ */ #include "rsContext.h" - #include "rsThreadIO.h" +#include "rsgApiStructs.h" #include <unistd.h> #include <sys/types.h> |