diff options
Diffstat (limited to 'runtime/errmsg.h')
-rw-r--r-- | runtime/errmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/errmsg.h b/runtime/errmsg.h index 799954fb..ac7018b3 100644 --- a/runtime/errmsg.h +++ b/runtime/errmsg.h @@ -30,6 +30,7 @@ /* the errmsg object */ typedef struct errmsg_s { + char dummy; } errmsg_t; |