aports/main/freeswitch
mio 4decf8f1be main/freeswitch: fix build with gcc 15
Fix bool typedef error.

```
[...]/freeswitch-1.10.12.-release/libs/xmlrpc-c/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant
   13 |     false = 0,
      |     ^~~~~
[...]/freeswitch-1.10.12.-release/libs/xmlrpc-c/lib/util/include/bool.h:13:5: note: 'false' is a keyword with '-std=c23' onwards
[...]/freeswitch-1.10.12.-release/libs/xmlrpc-c/lib/util/include/bool.h:15:3: error: expected ';',identifier or '(' before 'bool'
   15 | } bool;
      |   ^~~~
```
2025-07-31 00:39:23 +00:00
..