commit | ce6d43a32afcd79e0b3a0dfa716fd0f3cb36b78b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Aug 11 17:32:25 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 11 17:32:25 2010 -0700 |
tree | f436f635ca72a061c83d4fae771da133e32db314 | |
parent | f2a67c067da55beaacf276d3ebc242b57e2358d3 [diff] | |
parent | f1352df47fe20aed23c216a78923c7d248f2bb91 [diff] |
Merge "should fix sim build, hopefully" into gingerbread
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>