From: Bernhard Reutner-Fischer Date: Tue, 24 Jul 2007 18:20:46 +0000 (-0000) Subject: - no features with Apple Inc. (Heikki Lindholm) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=699b63b8c4dfc879f2c44d78a6a6e0fe1b39e99d;p=buildroot.git - no features with Apple Inc. (Heikki Lindholm) --- diff --git a/package/config/foo.h b/package/config/foo.h index 32853be46b..b9cfdf8312 100644 --- a/package/config/foo.h +++ b/package/config/foo.h @@ -1,6 +1,9 @@ #ifndef __KCONFIG_FOO_H #define __KCONFIG_FOO_H + +#ifndef __APPLE__ #include +#endif #include #ifndef PATH_MAX