commit | b59beb5ca68d0228f60dda60d85e2d0226b33215 | [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 | ae2ddeb41adbf4a17262eb3b6859effe4970616c | |
parent | e0d5f5bcf5a8b26f4ad75f549cbf380b2c9faf20 [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>