diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 5667c77..44f6d7b 100644 --- a/Python/import.c +++ b/Python/import.c @@ -35,7 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "pythonrun.h" #include "marshal.h" #include "compile.h" -#include "ceval.h" +#include "eval.h" #include "osdefs.h" extern int verbose; /* Defined in pythonmain.c */ |