1 --- src/libedataserver/e-ms-oapxbc.c.orig	2025-01-03 18:00:44 UTC
2 +++ src/libedataserver/e-ms-oapxbc.c
3 @@ -42,6 +42,8 @@
4  #define DBUS_BROKER_PATH "/com/microsoft/identity/broker1"
5  #define AUTH_TYPE_OAUTH2 8
6 
7 +#define UUID_STR_LEN		36
8 +
9  struct _EMsOapxbc {
10  	GObject parent_instance;
11 
12