add more needed headers to cf-private

This commit is contained in:
Jude Taylor 2015-10-28 10:52:39 -07:00
parent 6eaf7d318e
commit 33db336914

View File

@ -2,12 +2,14 @@
let let
headers = [ headers = [
"CFAvailability.h"
"CFAttributedString.h" "CFAttributedString.h"
"CFFileDescriptor.h" "CFFileDescriptor.h"
"CFFileSecurity.h" "CFFileSecurity.h"
"CFNotificationCenter.h" "CFNotificationCenter.h"
"CFStringTokenizer.h" "CFStringTokenizer.h"
"CFURLEnumerator.h" "CFURLEnumerator.h"
"CFURL.h"
"CoreFoundation.h" "CoreFoundation.h"
]; ];