diff options
Diffstat (limited to 'src/alloc.h')
-rw-r--r-- | src/alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h index c237ef348..7a992c689 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -17,4 +17,5 @@ typedef enum { aid_qf_namebuf, aid_qf_errmsg, aid_qf_pattern, + aid_last, } alloc_id_T; |