Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: plugins/crosmetrics.c

Issue 5338008: flimflam: Enable -Wimplicit-function-declaration. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: Fixes per jglasgow. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/dbus.h ('k') | plugins/crypto_descbc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/crosmetrics.c
diff --git a/plugins/crosmetrics.c b/plugins/crosmetrics.c
index af86082722a985bd5ff3131ab65cf4e5832be070..61dd026ff3059ae5b69650f4cb0b9e325fad7a32 100644
--- a/plugins/crosmetrics.c
+++ b/plugins/crosmetrics.c
@@ -25,7 +25,9 @@
#define CONFIG_PSB_SUPPORT /* enable Public Safety Band support */
#endif
+#include <ctype.h>
#include <stdlib.h>
+#include <string.h>
#include <metrics/c_metrics_library.h>
« no previous file with comments | « include/dbus.h ('k') | plugins/crypto_descbc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698