diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-11 09:01:39 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-01-04 05:10:03 -0800 |
commit | b7a8ab8f85608060810f6b75de080ddf82c41498 (patch) | |
tree | 4ae8a94fb274fecdb578fad380d18c903b8d1367 /universal.c | |
parent | 8372457d1524e39b82376911e4ffb3a9d3864269 (diff) | |
download | perl-b7a8ab8f85608060810f6b75de080ddf82c41498.tar.gz |
universal.c: include vutil.h
Subsequent changes to vxs.inc will require it.
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/universal.c b/universal.c index c5102e342b..2861d31cc5 100644 --- a/universal.c +++ b/universal.c @@ -996,6 +996,7 @@ XS(XS_re_regexp_pattern) /* NOT-REACHED */ } +#include "vutil.h" #include "vxs.inc" struct xsub_details { |