소스 검색

- no features with Apple Inc. (Heikki Lindholm)

Bernhard Reutner-Fischer 18 년 전
부모
커밋
699b63b8c4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      package/config/foo.h

+ 3 - 0
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