Fix the header again

This commit is contained in:
2026-01-22 10:50:48 +11:00
parent 228d2ac762
commit c382ecd867

View File

@@ -58,6 +58,7 @@ typedef struct GroundError {
*/
typedef struct GroundValue {
GroundValueType type;
struct GroundStruct* customType;
union {
int64_t intVal;
double doubleVal;