mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Fix build with Xcode 10
For some reason, Mac client is the only project that references libtransmission files as if they were a part of its own project, and inconsistently so. Make the include/import style uniform an in line with other projects. Adjust Mac client include directory settings a bit along the way.
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <transmission.h>
|
||||
|
||||
#include <libtransmission/transmission.h>
|
||||
|
||||
@class PortChecker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user