aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-02-26 13:49:24 +0000
committerOmar Polo <op@omarpolo.com>2022-02-26 13:49:24 +0000
commit88971f9a4e71c199c28fac3a1e9ccf39f44279f1 (patch)
tree39e02abe78d5b6c0911c073eef441bc25e383f00 /parse.y
parentd98ae929b23af35e2e837c97b5c20559f48d584b (diff)
add missing token include to the list of tokens
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index c25f384..2773720 100644
--- a/parse.y
+++ b/parse.y
@@ -480,6 +480,7 @@ static struct keyword {
{"env", ENV},
{"fastcgi", FASTCGI},
{"for-host", FOR_HOST},
+ {"include", INCLUDE},
{"index", INDEX},
{"ipv6", IPV6},
{"key", KEY},