Loading...
--- libmalloc/libmalloc-425.100.7/tests/pgm_testing.h
+++ libmalloc/libmalloc-715.100.22/tests/pgm_testing.h
@@ -123,15 +123,17 @@
 #pragma mark -
 #pragma mark Test Harness
 
+#include "../src/pgm_malloc.c"
+// Dependencies
 #include "../src/has_section.c"
-#include "../src/pgm_malloc.c"
+#include "../src/malloc_common.c"
 #include "../src/stack_trace.c"
+#include "../src/wrapper_zones.c"
 
 static slot_t slots[10];
 static metadata_t metadata[10];
 static pgm_zone_t zone = {
 	.wrapped_zone = &wrapped_zone,
-	.min_alignment = 4,  // Use weird alignment to expose implicit assumptions.
 	.slots = slots,
 	.metadata = metadata
 };