From e5167f88f3734a048dc44199f3fff0432589db43 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 11 Sep 2012 18:47:53 -0700 Subject: Don't include directly. In newer versions of Linux, stuff you need isn't in that file any more. Change-Id: I62923ed2d92a75ff3182ba2ae27578ce7bde8356 --- media/common_time/ICommonClock.cpp | 3 ++- media/common_time/ICommonTimeConfig.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media/common_time/ICommonClock.cpp b/media/common_time/ICommonClock.cpp index 28b43ac..25ae69e 100644 --- a/media/common_time/ICommonClock.cpp +++ b/media/common_time/ICommonClock.cpp @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include + +#include #include #include diff --git a/media/common_time/ICommonTimeConfig.cpp b/media/common_time/ICommonTimeConfig.cpp index 8eb37cb..67167b0 100644 --- a/media/common_time/ICommonTimeConfig.cpp +++ b/media/common_time/ICommonTimeConfig.cpp @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include + +#include #include #include -- cgit v1.1