Updated Branches: refs/heads/master acf384a66 -> 559081bfe
updated reference Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/559081bf Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/559081bf Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/559081bf Branch: refs/heads/master Commit: 559081bfe5dc84cd50353e5568dff75431247a42 Parents: acf384a Author: Steven Gill <[email protected]> Authored: Mon Jun 17 18:02:25 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Mon Jun 17 18:02:25 2013 -0700 ---------------------------------------------------------------------- src/ios/CDVFile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/559081bf/src/ios/CDVFile.m ---------------------------------------------------------------------- diff --git a/src/ios/CDVFile.m b/src/ios/CDVFile.m index 6e3368c..9159cba 100644 --- a/src/ios/CDVFile.m +++ b/src/ios/CDVFile.m @@ -27,7 +27,7 @@ #import <AssetsLibrary/ALAssetsLibrary.h> #import <MobileCoreServices/MobileCoreServices.h> #import <Cordova/CDVAvailability.h> -#import "sys/xattr.h" +#import <sys/xattr.h> extern NSString * const NSURLIsExcludedFromBackupKey __attribute__((weak_import));
