diff options
author | Omar Polo <op@omarpolo.com> | 2022-02-26 13:49:24 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-02-26 13:49:24 +0000 |
commit | 88971f9a4e71c199c28fac3a1e9ccf39f44279f1 (patch) | |
tree | 39e02abe78d5b6c0911c073eef441bc25e383f00 /parse.y | |
parent | d98ae929b23af35e2e837c97b5c20559f48d584b (diff) |
add missing token include to the list of tokens
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -480,6 +480,7 @@ static struct keyword { {"env", ENV}, {"fastcgi", FASTCGI}, {"for-host", FOR_HOST}, + {"include", INCLUDE}, {"index", INDEX}, {"ipv6", IPV6}, {"key", KEY}, |