Diff between 7322ec38fb65afe8f34b9e363ed9fce37e1ff868 and 9d69dba21f1e46b34cdd8ae27fec11d0803907ee

Changed Files

File Additions Deletions Status
gdbus/object.c +6 -0 modified

Full Patch

diff --git a/gdbus/object.c b/gdbus/object.c
index 84f116b..7b0476f 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -20,6 +20,12 @@
 #include <dbus/dbus.h>
 
 #include "gdbus.h"
+
+/* define MAX_INPUT for musl */
+#ifndef MAX_INPUT
+#define MAX_INPUT _POSIX_MAX_INPUT
+#endif
+
 #include "src/shared/util.h"
 
 #define info(fmt...)