summaryrefslogtreecommitdiff
path: root/Python/pythonmain.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-03-06 13:09:35 +0000
committerGuido van Rossum <guido@python.org>1991-03-06 13:09:35 +0000
commite39283042d21eebe35efc56dd401bf99e86413ae (patch)
tree858629852e5e7d70becb8c7d789b01d0a5ba79f8 /Python/pythonmain.c
parentf37edca98374cbe504184a7bff2fa2d33d4b2f5e (diff)
downloadcpython-e39283042d21eebe35efc56dd401bf99e86413ae.tar.gz
Include patchlevel.h (to ensure it is distributed with the rest).
Diffstat (limited to 'Python/pythonmain.c')
-rw-r--r--Python/pythonmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c
index 85cb65048d..aee8664b30 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"