ensure that malloc_extension_c_test includes config.h first

Like we do everywhere.
This commit is contained in:
Aliaksey Kandratsenka 2024-03-20 20:38:30 -04:00
parent 701777bbee
commit 2436c80d6c

View File

@ -34,6 +34,8 @@
* This tests the c shims: malloc_extension_c.h and malloc_hook_c.h.
*/
#include "config.h"
#include <gperftools/malloc_extension_c.h>
#include <gperftools/malloc_hook_c.h>
#include <gperftools/tcmalloc.h>