#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MM_MALLOC_INTERNAL_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_MM_MALLOC_INTERNAL_H_
#ifdef __clang__
#include "third_party/intel/clang/mm_malloc.h"
#else
#include "third_party/intel/mm_malloc.internal.h"
#endif
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MM_MALLOC_INTERNAL_H_ */