impl-node: include config.h to define HAVE_MALLOC_TRIM

It was previously not used..
This commit is contained in:
Wim Taymans 2024-07-30 17:50:04 +02:00
parent a8db21862c
commit ba7656fcfd

View file

@ -11,6 +11,8 @@
#include <malloc.h>
#include <limits.h>
#include "config.h"
#include <spa/support/system.h>
#include <spa/pod/parser.h>
#include <spa/pod/filter.h>