Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-05-24 20:02:46 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:02:17 +0300
commitb1394c5811b84e7c6f215709550d8e97620083ed (patch)
tree70cdc3e464aa411e60ebb29ab38c33097b5f514f /tests
parent8dc345fe596ca1f44a51b83c9ac03c67a1b4f31d (diff)
Add missing include guards and config.h
Diffstat (limited to 'tests')
-rw-r--r--tests/test_opus_padding.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_opus_padding.c b/tests/test_opus_padding.c
index c9ef7375..1851b02b 100644
--- a/tests/test_opus_padding.c
+++ b/tests/test_opus_padding.c
@@ -29,6 +29,10 @@
* http://lists.xiph.org/pipermail/opus/2012-November/001834.html
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>