From 5c8263095ed5c6f5c08d049f6559abde49658d26 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 18 Jul 2014 17:44:34 -0700 Subject: Always include , not . (cherry picked from commit d9979ed40e2c8d6f9596f0e1e9c64d6b8a0364cc) Change-Id: I355f4419b4a0cab8ad52ee9a945b56d5236fb668 --- dhcpcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpcd.c b/dhcpcd.c index bac33f3..6eae970 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -74,7 +74,7 @@ const char copyright[] = "Copyright (c) 2006-2012 Roy Marples"; #ifdef ANDROID #include -#include +#include #include #include #endif -- cgit v1.2.3