Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
22 lines
495 B
Diff
22 lines
495 B
Diff
--- a/ActiveSync/NSData+ActiveSync.m
|
|
+++ b/ActiveSync/NSData+ActiveSync.m
|
|
@@ -36,7 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#import <NGExtensions/NGBase64Coding.h>
|
|
#import <NGExtensions/NSObject+Logs.h>
|
|
|
|
-#include <wbxml/wbxml.h>
|
|
+#include <libwbxml-1.1/wbxml/wbxml.h>
|
|
|
|
#define WBXMLDEBUG 0
|
|
|
|
--- a/GNUmakefile
|
|
+++ b/GNUmakefile
|
|
@@ -11,6 +11,7 @@ SUBPROJECTS = \
|
|
UI \
|
|
Tools \
|
|
Tests/Unit \
|
|
+ ActiveSync \
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|