summaryrefslogtreecommitdiff
path: root/Python/getversion.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-09-18 21:40:19 +0000
committerGuido van Rossum <guido@python.org>1995-09-18 21:40:19 +0000
commit020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23 (patch)
tree253a0fadb0612e406206b572b03e9f2754c147ea /Python/getversion.c
parent650ae0ab06b8654af4e95ac31a236f71a69b635f (diff)
downloadcpython-git-020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23.tar.gz
include Python.h
Diffstat (limited to 'Python/getversion.c')
-rw-r--r--Python/getversion.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/getversion.c b/Python/getversion.c
index 1f2acccebd..07b0ead31b 100644
--- a/Python/getversion.c
+++ b/Python/getversion.c
@@ -1,5 +1,7 @@
/* Return the full version string. */
+#include "Python.h"
+
#include "patchlevel.h"
#define VERSION "%s (%s) %s"