summaryrefslogtreecommitdiff
path: root/libtiutils/Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtiutils/Semaphore.h')
-rw-r--r--libtiutils/Semaphore.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libtiutils/Semaphore.h b/libtiutils/Semaphore.h
index 6990848..8d64f3f 100644
--- a/libtiutils/Semaphore.h
+++ b/libtiutils/Semaphore.h
@@ -24,7 +24,10 @@
#include <string.h>
#include <unistd.h>
-namespace android {
+#include "Status.h"
+
+namespace Ti {
+namespace Utils {
class Semaphore
{
@@ -56,4 +59,5 @@ private:
};
-};
+} // namespace Utils
+} // namespace Ti