summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-21 11:19:33 -0700
committerElliott Hughes <enh@google.com>2015-07-21 18:24:03 +0000
commitc5cc2d2b100b28d492d6e077f88b9fbae4608402 (patch)
treed3c500084352650aa1be33ee3b08a47149f67067
parent6be4c0831b54e86229b28dc771e71c2acba8bf2d (diff)
downloadutils-c5cc2d2b100b28d492d6e077f88b9fbae4608402.tar.gz
intel: expat now exports its header files.
Change-Id: I08d8aed5a7a1d2a2d35d367129a17feea29d6878
-rw-r--r--media_resource_manager/arbitrator/MediaResourceArbitrator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media_resource_manager/arbitrator/MediaResourceArbitrator.cpp b/media_resource_manager/arbitrator/MediaResourceArbitrator.cpp
index 26be60b..e2f9501 100644
--- a/media_resource_manager/arbitrator/MediaResourceArbitrator.cpp
+++ b/media_resource_manager/arbitrator/MediaResourceArbitrator.cpp
@@ -18,7 +18,7 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "MRM_Arbitrator"
-#include <libexpat/expat.h>
+#include <expat.h>
#include <string.h>
#include <stdio.h>
#include <utils/Log.h>