summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/pythonmain.c2
1 files changed, 2 insertions, 0 deletions
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 @@ 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"