aboutsummaryrefslogtreecommitdiffstats
path: root/speexdsp
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-10-16 16:02:37 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-22 06:41:44 +0000
commit916b3ee06e5e29c2c26f28d35627a361daaa7beb (patch)
tree318bd6b9c5701dcd702a31eac6e78a104a4bd780 /speexdsp
parent59c082c046c5039d745901b1cf5ac51e50a26a71 (diff)
Add wslog.h to wireshark.h
wslog has a small surface, few dependencies and is near essential for Wireshark development and debugging. Pulling wmem.h is not a problem either, the library is self contained and again memory allocation and general data structures are essential components.
Diffstat (limited to 'speexdsp')
-rw-r--r--speexdsp/speex_resampler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/speexdsp/speex_resampler.h b/speexdsp/speex_resampler.h
index 57dbd526b0..75e7658086 100644
--- a/speexdsp/speex_resampler.h
+++ b/speexdsp/speex_resampler.h
@@ -40,7 +40,8 @@
#define OUTSIDE_SPEEX 1
#define RANDOM_PREFIX ws_codec
-#include "ws_symbol_export.h"
+#include <ws_symbol_export.h>
+#include <ws_diag_control.h>
#define EXPORT
#ifdef OUTSIDE_SPEEX