summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/dhctoken.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 15bbd1c8..d73b0758 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -39,6 +39,8 @@ enum dhcp_token {
SLASH = '/',
LBRACE = '{',
RBRACE = '}',
+ LBRACKET = '[',
+ RBRACKET = ']',
LPAREN = '(',
RPAREN = ')',
EQUAL = '=',