summaryrefslogtreecommitdiff
path: root/test/audio_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/audio_time.c')
-rw-r--r--test/audio_time.c3
1 files changed, 3 insertions, 0 deletions
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 <stdio.h>
+#if HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <unistd.h>
#include <stdlib.h>
#include <string.h>