From e3d474b7de6268afa57fb09352d3082a13d99d0c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 11 Dec 2012 20:35:16 -0700 Subject: intrpvar.h: #include handy.h This will allow some mnemonics to be used in future commits --- intrpvar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index b513d226d4..458f3139b1 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -8,6 +8,8 @@ * */ +#include "handy.h" + /* =head1 Per-Interpreter Variables */ -- cgit v1.2.1