summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index bda9d5b4b2..53441bf720 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -8,7 +8,7 @@
#include "frameobject.h"
#include "ceval.h"
#include "opcode.h"
-#include "builtinmodule.h"
+#include "bltinmodule.h"
#include "traceback.h"
#ifndef NDEBUG