summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/HTTPStream.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-10-19 10:15:44 -0700
committerAndreas Huber <andih@google.com>2009-10-19 10:15:44 -0700
commita58568bc37ea3964ba116925fcc5fa52dfe6fa49 (patch)
tree3a4fdf9810e34a5b31e0ab240f7ff8714cad2193 /media/libstagefright/include/HTTPStream.h
parentb90ca5b1beb9c73e09f46773172c08fad12d6a95 (diff)
downloadframeworks_av-a58568bc37ea3964ba116925fcc5fa52dfe6fa49.zip
frameworks_av-a58568bc37ea3964ba116925fcc5fa52dfe6fa49.tar.gz
frameworks_av-a58568bc37ea3964ba116925fcc5fa52dfe6fa49.tar.bz2
Fixing the build by renaming private "string.h" header file.
Diffstat (limited to 'media/libstagefright/include/HTTPStream.h')
-rw-r--r--media/libstagefright/include/HTTPStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/include/HTTPStream.h b/media/libstagefright/include/HTTPStream.h
index e05d911..43ef614 100644
--- a/media/libstagefright/include/HTTPStream.h
+++ b/media/libstagefright/include/HTTPStream.h
@@ -18,7 +18,7 @@
#define HTTP_STREAM_H_
-#include "string.h"
+#include "stagefright_string.h"
#include <sys/types.h>