diff options
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h index afae580409..a020bd8a0d 100644 --- a/src/unit.h +++ b/src/unit.h @@ -62,6 +62,7 @@ enum UnitLoadState { UNIT_LOADED, UNIT_ERROR, UNIT_MERGED, + UNIT_BANNED, _UNIT_LOAD_STATE_MAX, _UNIT_LOAD_STATE_INVALID = -1 }; |