commit | f1352df47fe20aed23c216a78923c7d248f2bb91 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Aug 11 17:31:33 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Aug 11 17:31:33 2010 -0700 |
tree | 76fd7e556ccd7586e5259c1589be3f663dd94e1e | |
parent | a350ff98692b3a50cad5cc93f9f83221242ca86a [diff] [blame] |
should fix sim build, hopefully Change-Id: I5390bd34dcca36fef43b5169386fff1b04cc842b
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>