mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
20 lines
382 B
Diff
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
|
|
|