From dd9f2cfc78daf513d59278661be598a12cb9e9be Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sun, 5 Dec 2010 04:20:02 -0800 Subject: [PATCH] typo --- Cython/Build/Dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Build/Dependencies.py b/Cython/Build/Dependencies.py index 065b3205..857bdbec 100644 --- a/Cython/Build/Dependencies.py +++ b/Cython/Build/Dependencies.py @@ -267,7 +267,7 @@ class DependencyTree(object): for include in includes: include_path = os.path.join(os.path.dirname(filename), include) if not os.path.exists(include_path): - include_path = self.context.find_include_file(include) + include_path = self.context.find_include_file(include, None) if include_path: a, b = self.cimports_and_externs(include_path) cimports.update(a) -- 2.26.2