From e7ef22ef41d7c4bec7af5458b9ee3e25b4857d97 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 6 Mar 1991 13:09:35 +0000 Subject: Include patchlevel.h (to ensure it is distributed with the rest). --- Python/pythonmain.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Python/pythonmain.c') diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 85cb65048df..aee8664b306 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c @@ -24,6 +24,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Python interpreter main program */ +#include "patchlevel.h" + #include "allobjects.h" #include "grammar.h" -- cgit v1.2.3