assert.h is also included. Thanks to Savio Sena.

This commit is contained in:
Georg Brandl 2010-11-23 18:14:57 +00:00
parent 57410c12e8
commit 4f13d6145f
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ included in your code by the following line::
#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::