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

Unified Diff: plugins/pppd.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/modemmgr.c ('k') | src/connman.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/pppd.c
diff --git a/plugins/pppd.c b/plugins/pppd.c
index a82d24cf4e0970dabde9cd72eeda2ac0497d3734..1096b5829f00b36c1eb2cc1546a656d6ab107df8 100644
--- a/plugins/pppd.c
+++ b/plugins/pppd.c
@@ -32,6 +32,7 @@
#define CONNMAN_API_SUBJECT_TO_CHANGE
#include <connman/dbus.h>
#include <connman/device.h>
+#include <connman/inet.h>
#include <connman/ipconfig.h>
#include <connman/log.h>
#include <connman/plugin.h>
« no previous file with comments | « plugins/modemmgr.c ('k') | src/connman.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698