diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-24 18:20:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-24 18:20:46 +0000 |
commit | 699b63b8c4dfc879f2c44d78a6a6e0fe1b39e99d (patch) | |
tree | 3ecc02997a3df95f5015867c7ef77c6d47b74ae3 /package/config | |
parent | f9636d56843caec9f56a1c4c9ef2414af0c73e01 (diff) | |
download | buildroot-novena-699b63b8c4dfc879f2c44d78a6a6e0fe1b39e99d.tar.gz buildroot-novena-699b63b8c4dfc879f2c44d78a6a6e0fe1b39e99d.zip |
- no features with Apple Inc. (Heikki Lindholm)
Diffstat (limited to 'package/config')
-rw-r--r-- | package/config/foo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/config/foo.h b/package/config/foo.h index 32853be46..b9cfdf831 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 <features.h> +#endif #include <limits.h> #ifndef PATH_MAX |