From aac29af6785712019d34f1a7f15b3c408a4f68ae Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 13 Oct 2021 19:25:53 +0200 Subject: bpo-45434: pyport.h no longer includes (GH-28914) Include explicitly in C files. Python.h includes . --- Programs/_testembed.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Programs/_testembed.c') diff --git a/Programs/_testembed.c b/Programs/_testembed.c index fa418e2761..b61fe3461b 100644 --- a/Programs/_testembed.c +++ b/Programs/_testembed.c @@ -11,6 +11,7 @@ #include #include #include +#include // putenv() #include /********************************************************* -- cgit v1.2.1