diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-09-17 17:21:14 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-09-17 17:46:07 +0200 |
commit | ad31c3832d08fa1aca7bb473141cd5265e6f670d (patch) | |
tree | e82220091b7cee1de96202dd9753bd71f5b7cd81 /src/json.c | |
parent | 32b9a53f577e960b7f6120342d67f2c98277f2c1 (diff) |
rest: remove scheduler code
Put ogserver into diet, remove this feature, including pending command queue.
Diffstat (limited to 'src/json.c')
-rw-r--r-- | src/json.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include "json.h" #include <stdint.h> +#include <string.h> int og_json_parse_string(const json_t *element, const char **str) { |