commit | 14d0c6c7c0e9abd39e4b4d0a384d12de5ecbdbfc | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Mar 19 14:06:50 2012 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Mar 19 14:06:50 2012 -0700 |
tree | cefb3a66d1349372d970fb9ed4238825778820eb | |
parent | c4edb9ec907d97175626419ff98302fd5123b943 [diff] [blame] |
Add missing includes. Caused warnings about implicitly defined malloc() and sprintf(). Change-Id: Ia56309adc11caf5801ffd88e374c512b785cfd93
diff --git a/libcutils/tzstrftime.c b/libcutils/tzstrftime.c index e37d79a..e4f54df 100644 --- a/libcutils/tzstrftime.c +++ b/libcutils/tzstrftime.c
@@ -8,6 +8,7 @@ #endif /* !defined NOID */ #endif /* !defined lint */ +#include <stdio.h> #include <time.h> #include <tzfile.h> #include <limits.h>