Add missing includes.

Caused warnings about implicitly defined malloc() and sprintf().

Change-Id: Ia56309adc11caf5801ffd88e374c512b785cfd93
This commit is contained in:
Jeff Brown 2012-03-19 14:06:50 -07:00
parent c4edb9ec90
commit 14d0c6c7c0
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <stdlib.h>
#include <string.h>
#include <cutils/process_name.h>
#include <cutils/properties.h>

View File

@ -8,6 +8,7 @@ static char elsieid[] = "@(#)strftime.c 8.1";
#endif /* !defined NOID */
#endif /* !defined lint */
#include <stdio.h>
#include <time.h>
#include <tzfile.h>
#include <limits.h>