From: Guido van Rossum Date: Wed, 6 Mar 1991 13:09:35 +0000 (+0000) Subject: Include patchlevel.h (to ensure it is distributed with the rest). X-Git-Tag: v0.9.8~1027 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7ef22ef41d7c4bec7af5458b9ee3e25b4857d97;p=thirdparty%2FPython%2Fcpython.git Include patchlevel.h (to ensure it is distributed with the rest). --- diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 85cb65048df7..aee8664b3060 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"