X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/34e8f8296870d0e8695f90e1a54240a589d41312..a28bf75d63c6a64e4c3b417c6052e45f42c6cedd:/include/fts.h diff --git a/include/fts.h b/include/fts.h index fa9d08f..f04d5ff 100644 --- a/include/fts.h +++ b/include/fts.h @@ -165,6 +165,7 @@ typedef struct _ftsent { } FTSENT; #include +#include __BEGIN_DECLS //Begin-Libc @@ -201,7 +202,7 @@ FTS *fts_open(char * const *, int, #ifndef LIBC_ALIAS_FTS_OPEN_B //End-Libc FTS *fts_open_b(char * const *, int, - int (^)(const FTSENT **, const FTSENT **)) __DARWIN_INODE64(fts_open_b); + int (^)(const FTSENT **, const FTSENT **)) __DARWIN_INODE64(fts_open_b) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2); //Begin-Libc #else /* LIBC_ALIAS_FTS_OPEN */ FTS *fts_open_b(char * const *, int,