]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include patchlevel.h (to ensure it is distributed with the rest).
authorGuido van Rossum <guido@python.org>
Wed, 6 Mar 1991 13:09:35 +0000 (13:09 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Mar 1991 13:09:35 +0000 (13:09 +0000)
Python/pythonmain.c

index 85cb65048df7b623f1b23d9bf36809a2a3c4567b..aee8664b30602734bfe7d4cd0cf79359685ba8be 100644 (file)
@@ -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"