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"