about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.rl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http11/http11_parser.rl')
-rw-r--r--ext/http11/http11_parser.rl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/http11/http11_parser.rl b/ext/http11/http11_parser.rl
index edcf191..fffe57a 100644
--- a/ext/http11/http11_parser.rl
+++ b/ext/http11/http11_parser.rl
@@ -69,6 +69,8 @@
     fbreak;
   }
 
+  include http_parser_common "http11_parser_common.rl";
+
 }%%
 
 /** Data **/