commit | 4926dd05089c4732f57887557cbd0da82b1ddcaf | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Feb 28 16:03:41 2013 -0800 |
committer | Brian Silverman <brians> | Fri Mar 15 15:49:39 2013 -0700 |
tree | 37e54dd965a82fe787a86ee8b97f62b82919c6a3 | |
parent | 458b6e67b6fe7e6c2d0138fe0e4fb8ad831f117e [diff] [blame] |
header #include fixes
diff --git a/aos/crio/shared_libs/mutex.cpp b/aos/crio/shared_libs/mutex.cpp index d921492..f7728bd 100644 --- a/aos/crio/shared_libs/mutex.cpp +++ b/aos/crio/shared_libs/mutex.cpp
@@ -5,6 +5,8 @@ #include "aos/common/logging/logging.h" +#include "aos/common/logging/logging.h" + namespace aos { Mutex::Mutex() : impl_(semBCreate(SEM_Q_PRIORITY, SEM_FULL)) {