commit | 443ccc73f37ecdff058972cfff32f68ff3f50b3b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 06:42:27 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 06:42:27 2006 +0000 |
tree | 66a9950f0d1f073810fdcfb0ad299f472af3fe22 | |
parent | b5bc537c5eac8115c2bbc6e7ec75578632e2164c [diff] [blame] |
Check for values.h. Will backport.
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 0236c83..c5068ef 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c
@@ -6,7 +6,9 @@ */ #include "Python.h" +#ifdef HAVE_VALUES_H #include <values.h> +#endif #include "structmember.h" #ifdef WITH_THREAD