Files
termux-packages/packages/megacmd/src-megacmdcommonutils.h.patch
2023-01-12 04:01:11 +00:00

20 lines
382 B
Diff

https://github.com/termux/termux-packages/issues/14467
https://github.com/meganz/MEGAcmd/issues/395
--- a/src/megacmdcommonutils.h
+++ b/src/megacmdcommonutils.h
@@ -16,6 +16,13 @@
* program.
*/
+#ifdef HAVE_CONFIG_H
+#include "mega/config.h"
+#endif
+#ifndef HAVE_LIBUV
+#error HAVE_LIBUV not defined.
+#endif
+
#ifndef MEGACMDCOMMONUTILS_H
#define MEGACMDCOMMONUTILS_H