commit | e9a3fa2e091a48df272e6a7d5d3e92b1a12c489b | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Sun Oct 05 12:05:37 2014 -0700 |
committer | Jason Evans <jasone@canonware.com> | Sun Oct 05 12:05:37 2014 -0700 |
tree | ab5d6290a10b1249e068b51dfb0cba1874aa1585 | |
parent | f04a0bef99e67e11b687a661d6f04e1d7e3bde1f [diff] |
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.