mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-14 07:44:36 +08:00
gdbus: define MAX_INPUT for musl
This is the same solution as was done in src/shared/util.c
This commit is contained in:
parent
7322ec38fb
commit
9d69dba21f
@ -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...)
|
||||
|
Loading…
Reference in New Issue
Block a user