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

Unified Diff: src/device.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 | « src/connman.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/device.c
diff --git a/src/device.c b/src/device.c
index ab2ac56e9987e1799a8a0212caa7e0d91d49d9e9..fd3711167a9c6f87b82f4b847e9804d248eb846d 100644
--- a/src/device.c
+++ b/src/device.c
@@ -24,6 +24,7 @@
#endif
#include <errno.h>
+#include <stdlib.h>
#include <string.h>
#include <gdbus.h>
« no previous file with comments | « src/connman.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698