commit | e7ef22ef41d7c4bec7af5458b9ee3e25b4857d97 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Mar 06 13:09:35 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Mar 06 13:09:35 1991 +0000 |
tree | 858629852e5e7d70becb8c7d789b01d0a5ba79f8 | |
parent | ed98d480279d4d89ca8fe7e10a9e8831755adaf3 [diff] [blame] |
Include patchlevel.h (to ensure it is distributed with the rest).
diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 85cb650..aee8664 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c
@@ -24,6 +24,8 @@ /* Python interpreter main program */ +#include "patchlevel.h" + #include "allobjects.h" #include "grammar.h"