summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-08-11 17:31:33 -0700
committerMathias Agopian <mathias@google.com>2010-08-11 17:31:33 -0700
commitf1352df47fe20aed23c216a78923c7d248f2bb91 (patch)
tree76fd7e556ccd7586e5259c1589be3f663dd94e1e /services/surfaceflinger
parenta350ff98692b3a50cad5cc93f9f83221242ca86a (diff)
downloadframeworks_native-f1352df47fe20aed23c216a78923c7d248f2bb91.zip
frameworks_native-f1352df47fe20aed23c216a78923c7d248f2bb91.tar.gz
frameworks_native-f1352df47fe20aed23c216a78923c7d248f2bb91.tar.bz2
should fix sim build, hopefully
Change-Id: I5390bd34dcca36fef43b5169386fff1b04cc842b
Diffstat (limited to 'services/surfaceflinger')
-rw-r--r--services/surfaceflinger/DisplayHardware/HWComposer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp
index 518c5fe..8ca880b 100644
--- a/services/surfaceflinger/DisplayHardware/HWComposer.cpp
+++ b/services/surfaceflinger/DisplayHardware/HWComposer.cpp
@@ -15,6 +15,9 @@
*/
#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <utils/Errors.h>