commit | 4887842c925f304dc862bdd5810f27cdd2eaedcb | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu May 22 16:08:52 2014 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Fri May 23 15:09:57 2014 -0700 |
tree | 6d671ba862264343cb5162a2dcd2cbb3986d3437 | |
parent | 818f80045fe4c925a7739a1d1e69e3ebb3a3dbd9 [diff] [blame] |
include: cleanup for -Wsystem-header - warnings as errors, or errors introduced when -Wsystem-header was experimentally introduced. Change-Id: Ia8f5b3c1c1096e191741223d52526aa48c7f1cc4
diff --git a/include/cutils/trace.h b/include/cutils/trace.h index dbd5e25..3f49e8c 100644 --- a/include/cutils/trace.h +++ b/include/cutils/trace.h
@@ -20,6 +20,7 @@ #include <inttypes.h> #include <stdbool.h> #include <stdint.h> +#include <stdio.h> #include <sys/cdefs.h> #include <sys/types.h> #include <unistd.h>