diff options
| author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-17 16:35:04 -0700 |
|---|---|---|
| committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-18 18:35:03 -0700 |
| commit | 38e847c1c594fb9ad4862233f3602ade85da4e7f (patch) | |
| tree | 1920fb2efb6dd1c767c6c75949e6c821b90bb933 /src/extent_dss.c | |
| parent | 418d96a86ce95e36f3dbd3dd700a30b5b7cdbcfd (diff) | |
| download | platform_external_jemalloc_new-38e847c1c594fb9ad4862233f3602ade85da4e7f.tar.gz platform_external_jemalloc_new-38e847c1c594fb9ad4862233f3602ade85da4e7f.tar.bz2 platform_external_jemalloc_new-38e847c1c594fb9ad4862233f3602ade85da4e7f.zip | |
Header refactoring: unify spin.h and move it out of the catch-all.
Diffstat (limited to 'src/extent_dss.c')
| -rw-r--r-- | src/extent_dss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extent_dss.c b/src/extent_dss.c index 06bccc83..6b5d066f 100644 --- a/src/extent_dss.c +++ b/src/extent_dss.c @@ -3,6 +3,7 @@ #include "jemalloc/internal/jemalloc_internal_includes.h" #include "jemalloc/internal/assert.h" +#include "jemalloc/internal/spin.h" /******************************************************************************/ /* Data. */ |
