summaryrefslogtreecommitdiffstats
path: root/Python/pythonmain.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-03-06 13:09:35 (GMT)
committerGuido van Rossum <guido@python.org>1991-03-06 13:09:35 (GMT)
commite7ef22ef41d7c4bec7af5458b9ee3e25b4857d97 (patch)
tree858629852e5e7d70becb8c7d789b01d0a5ba79f8 /Python/pythonmain.c
parented98d480279d4d89ca8fe7e10a9e8831755adaf3 (diff)
downloadcpython-e7ef22ef41d7c4bec7af5458b9ee3e25b4857d97.zip
cpython-e7ef22ef41d7c4bec7af5458b9ee3e25b4857d97.tar.gz
cpython-e7ef22ef41d7c4bec7af5458b9ee3e25b4857d97.tar.bz2
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 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"