From 25af92056351328ef3024b8ce3d0455e30c72c9b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 20 Mar 2015 12:29:50 -0500 Subject: [PATCH] wiphy: Separate out the ell include To make it clear it is not a system include --- src/wiphy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wiphy.c b/src/wiphy.c index 3b1f6c0e..844e35db 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -31,6 +31,7 @@ #include #include #include + #include #include "linux/nl80211.h"