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 +#include #define EXPORT #ifdef OUTSIDE_SPEEX diff --git a/wireshark.h b/wireshark.h index 154e90de5d..3bf40cdb39 100644 --- a/wireshark.h +++ b/wireshark.h @@ -44,7 +44,9 @@ #include #include +#include #include +#include #endif /* __WIRESHARK_H__ */