diff options
Diffstat (limited to 'sys/contrib/openzfs/module/lua/lstate.h')
| -rw-r--r-- | sys/contrib/openzfs/module/lua/lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/module/lua/lstate.h b/sys/contrib/openzfs/module/lua/lstate.h index 75c6ceda6d33..c5fa59335a9b 100644 --- a/sys/contrib/openzfs/module/lua/lstate.h +++ b/sys/contrib/openzfs/module/lua/lstate.h @@ -185,7 +185,7 @@ struct lua_State { */ union GCObject { GCheader gch; /* common header */ - union TString ts; + struct TString ts; union Udata u; union Closure cl; struct Table h; |
