diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-10 23:54:25 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-11 18:52:30 (GMT) |
commit | 2f00ce4da7b1c360a9b1129ebcdb087da562e2d4 (patch) | |
tree | d5f87dd2749df4a190ee301ab96ecca1e14b7a16 /include/jemalloc/internal/extent_structs.h | |
parent | 57e36e1a12e5cc6af7942196a3f37c9d280ab767 (diff) | |
download | jemalloc-2f00ce4da7b1c360a9b1129ebcdb087da562e2d4.zip jemalloc-2f00ce4da7b1c360a9b1129ebcdb087da562e2d4.tar.gz jemalloc-2f00ce4da7b1c360a9b1129ebcdb087da562e2d4.tar.bz2 |
Header refactoring: break out ph.h dependencies
Diffstat (limited to 'include/jemalloc/internal/extent_structs.h')
-rw-r--r-- | include/jemalloc/internal/extent_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/jemalloc/internal/extent_structs.h b/include/jemalloc/internal/extent_structs.h index 5d41bb8..87107a8 100644 --- a/include/jemalloc/internal/extent_structs.h +++ b/include/jemalloc/internal/extent_structs.h @@ -1,6 +1,8 @@ #ifndef JEMALLOC_INTERNAL_EXTENT_STRUCTS_H #define JEMALLOC_INTERNAL_EXTENT_STRUCTS_H +#include "jemalloc/internal/ph.h" + typedef enum { extent_state_active = 0, extent_state_dirty = 1, |