Commit 1cc96b11 authored by Georg Brandl's avatar Georg Brandl

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

parent 6ad8642d
...@@ -41,8 +41,8 @@ included in your code by the following line:: ...@@ -41,8 +41,8 @@ included in your code by the following line::
#include "Python.h" #include "Python.h"
This implies inclusion of the following standard headers: ``<stdio.h>``, This implies inclusion of the following standard headers: ``<stdio.h>``,
``<string.h>``, ``<errno.h>``, ``<limits.h>``, and ``<stdlib.h>`` (if ``<string.h>``, ``<errno.h>``, ``<limits.h>``, ``<assert.h>`` and ``<stdlib.h>``
available). (if available).
.. note:: .. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment