From e425bd75177ffb7f098bdb0618b4a5ba3211fe52 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 14 Dec 2017 23:48:12 -0800 Subject: move pygetopt.h to internal (closes bpo-32264) (#4830) --- Python/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/getopt.c') diff --git a/Python/getopt.c b/Python/getopt.c index de32ad4d8c..e8d7e523c2 100644 --- a/Python/getopt.c +++ b/Python/getopt.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include "internal/pygetopt.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.1