Add missing includes.
Caused warnings about implicitly defined malloc() and sprintf(). Change-Id: Ia56309adc11caf5801ffd88e374c512b785cfd93
This commit is contained in:
parent
c4edb9ec90
commit
14d0c6c7c0
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cutils/process_name.h>
|
||||
#include <cutils/properties.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue