Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14d0c6c7 authored by Jeff Brown's avatar Jeff Brown
Browse files

Add missing includes.

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

Change-Id: Ia56309adc11caf5801ffd88e374c512b785cfd93
parent c4edb9ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <stdlib.h>
#include <string.h>
#include <cutils/process_name.h>
#include <cutils/properties.h>
+1 −0
Original line number Diff line number Diff line
@@ -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>