diff options
Diffstat (limited to 'sunrpc/rpc_scan.h')
-rw-r--r-- | sunrpc/rpc_scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/rpc_scan.h b/sunrpc/rpc_scan.h index 2f0d586682..74d77b0fbb 100644 --- a/sunrpc/rpc_scan.h +++ b/sunrpc/rpc_scan.h @@ -65,6 +65,7 @@ enum tok_kind { TOK_INT, TOK_SHORT, TOK_LONG, + TOK_HYPER, TOK_UNSIGNED, TOK_FLOAT, TOK_DOUBLE, |