diff options
Diffstat (limited to 'Python/getversion.c')
-rw-r--r-- | Python/getversion.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/getversion.c b/Python/getversion.c index 1f2accc..07b0ead 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" |