]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
include Python.h
authorGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 21:40:19 +0000 (21:40 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 21:40:19 +0000 (21:40 +0000)
Python/getcopyright.c
Python/getversion.c

index 67b67c69e6aabccad958b35c5d00b0b39376fcbc..575004311e463ff14fcd9d92ff021dbf052e938c 100644 (file)
@@ -1,5 +1,7 @@
 /* Return the copyright string.  This is updated manually. */
 
+#include "Python.h"
+
 const char *
 getcopyright()
 {
index 1f2acccebdd1701a12a0275780ad4f11e910044d..07b0ead31bf6169cbdc0f160ae79f7a26970f336 100644 (file)
@@ -1,5 +1,7 @@
 /* Return the full version string. */
 
+#include "Python.h"
+
 #include "patchlevel.h"
 
 #define VERSION "%s (%s) %s"