summaryrefslogtreecommitdiff
path: root/Python/getopt.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-14 23:48:12 -0800
committerGitHub <noreply@github.com>2017-12-14 23:48:12 -0800
commite425bd75177ffb7f098bdb0618b4a5ba3211fe52 (patch)
tree459f866641039b9111acff53ed3a0aaecce8ffd6 /Python/getopt.c
parentf74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 (diff)
downloadcpython-git-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.gz
move pygetopt.h to internal (closes bpo-32264) (#4830)
Diffstat (limited to 'Python/getopt.c')
-rw-r--r--Python/getopt.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <string.h>
#include <wchar.h>
-#include <pygetopt.h>
+#include "internal/pygetopt.h"
#ifdef __cplusplus
extern "C" {