diff options
author | Jason Evans <jasone@canonware.com> | 2014-10-05 19:05:37 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2014-10-05 19:05:37 (GMT) |
commit | e9a3fa2e091a48df272e6a7d5d3e92b1a12c489b (patch) | |
tree | ab5d6290a10b1249e068b51dfb0cba1874aa1585 /doc | |
parent | f04a0bef99e67e11b687a661d6f04e1d7e3bde1f (diff) | |
download | jemalloc-e9a3fa2e091a48df272e6a7d5d3e92b1a12c489b.zip jemalloc-e9a3fa2e091a48df272e6a7d5d3e92b1a12c489b.tar.gz jemalloc-e9a3fa2e091a48df272e6a7d5d3e92b1a12c489b.tar.bz2 |
Add missing header includes in jemalloc/jemalloc.h .
Add stdlib.h, stdbool.h, and stdint.h to jemalloc/jemalloc.h so that
applications only have to #include <jemalloc/jemalloc.h>.
This resolves #132.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 6abb50b..fcbb472 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -57,8 +57,7 @@ <refsynopsisdiv> <title>SYNOPSIS</title> <funcsynopsis> - <funcsynopsisinfo>#include <<filename class="headerfile">stdlib.h</filename>> -#include <<filename class="headerfile">jemalloc/jemalloc.h</filename>></funcsynopsisinfo> + <funcsynopsisinfo>#include <<filename class="headerfile">jemalloc/jemalloc.h</filename>></funcsynopsisinfo> <refsect2> <title>Standard API</title> <funcprototype> |