mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
99b5c2734d
%ci:no-build
14 lines
240 B
Diff
14 lines
240 B
Diff
--- a/alpine/imap.c
|
|
+++ b/alpine/imap.c
|
|
@@ -51,6 +51,10 @@
|
|
#include "../pith/smime.h"
|
|
#endif /* SMIME */
|
|
|
|
+#ifdef __ANDROID__
|
|
+#include <sys/endian.h>
|
|
+#endif
|
|
+
|
|
#if (WINCRED > 0)
|
|
#include <wincred.h>
|
|
#define TNAME "UWash_Alpine_"
|