toke.c: include feature.h
authorFather Chrysostomos <sprout@cpan.org>
Fri, 23 Dec 2011 14:29:18 +0000 (06:29 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 17:25:18 +0000 (09:25 -0800)
It’s going to need it in the next commit.

toke.c

diff --git a/toke.c b/toke.c
index 8e4d9e5..90e0b26 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -595,6 +595,8 @@ S_missingterm(pTHX_ char *s)
     Perl_croak(aTHX_ "Can't find string terminator %c%s%c anywhere before EOF",q,s,q);
 }
 
+#include "feature.h"
+
 /*
  * Check whether the named feature is enabled.
  */