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 { typedef struct GroundValue {
GroundValueType type; GroundValueType type;
struct GroundStruct* customType;
union { union {
int64_t intVal; int64_t intVal;
double doubleVal; double doubleVal;