From 148221230b67825f5add0b722652c36924e7c818 Mon Sep 17 00:00:00 2001 From: SASANO Takayoshi Date: Thu, 2 Feb 2023 16:03:57 +0900 Subject: [PATCH] use config.h to determine include --- test/audio_time.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/audio_time.c b/test/audio_time.c index 919bebe3..1c8481be 100644 --- a/test/audio_time.c +++ b/test/audio_time.c @@ -4,8 +4,11 @@ * helpful to verify the information reported by drivers. */ +#include "../include/config.h" #include +#if HAVE_MALLOC_H #include +#endif #include #include #include