commit | 4f13d6145fb01153cee86db9086234178bf30242 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Nov 23 18:14:57 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Nov 23 18:14:57 2010 +0000 |
tree | 67845480d70bd35c2f681ad3f94e1ab9bb0ab78d | |
parent | 57410c12e8918df68c1cfac63c702cb1eac25960 [diff] [blame] |
assert.h is also included. Thanks to Savio Sena.
diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 6fecc61..0c4f816 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst
@@ -41,8 +41,8 @@ #include "Python.h" This implies inclusion of the following standard headers: ``<stdio.h>``, -``<string.h>``, ``<errno.h>``, ``<limits.h>``, and ``<stdlib.h>`` (if -available). +``<string.h>``, ``<errno.h>``, ``<limits.h>``, ``<assert.h>`` and ``<stdlib.h>`` +(if available). .. note::