From: Felix Fietkau Date: Sat, 24 Sep 2011 16:11:40 +0000 (-0600) Subject: fix a compile error on non-linux systems X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=3af40a378ec6c76ddac5ec026d2be1be128dc16c fix a compile error on non-linux systems --- diff --git a/device.c b/device.c index 8bc8b53..6b333fb 100644 --- a/device.c +++ b/device.c @@ -6,7 +6,10 @@ #include #include #include + +#ifdef linux #include +#endif #include "netifd.h" #include "system.h"