mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Berry fix for Ubuntu (#21166)
This commit is contained in:
parent
a111c0ae8f
commit
8acf4cd119
@ -14,6 +14,9 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Ubuntu 22.04 LTS seems to have an invalid or missing signature for strtok_r, forcing a correct one */
|
||||
extern char *strtok_r(char *str, const char *delim, char **saveptr);
|
||||
|
||||
typedef intptr_t (*fn_any_callable)(intptr_t p0, intptr_t p1, intptr_t p2, intptr_t p3,
|
||||
intptr_t p4, intptr_t p5, intptr_t p6, intptr_t p7);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user