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

Unified Diff: plugins/crypto_descbc.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 | « plugins/crosmetrics.c ('k') | plugins/crypto_rot47.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/crypto_descbc.c
diff --git a/plugins/crypto_descbc.c b/plugins/crypto_descbc.c
index 86487a69acea87600da2ced3d2d92c433ed19de6..80988acd9fc2fe5d68f08672d3945d27c2de3824 100644
--- a/plugins/crypto_descbc.c
+++ b/plugins/crypto_descbc.c
@@ -11,9 +11,10 @@
#endif
#define CONNMAN_API_SUBJECT_TO_CHANGE
-#include <connman/plugin.h>
#include <connman/crypto.h>
+#include <connman/log.h>
#include <connman/option.h>
+#include <connman/plugin.h>
#include <errno.h>
#include <glib.h>
#include <string.h>
« no previous file with comments | « plugins/crosmetrics.c ('k') | plugins/crypto_rot47.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698