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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/ltp.h')
-rw-r--r--libspeex/ltp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libspeex/ltp.h b/libspeex/ltp.h
index 7a79882..a2912e2 100644
--- a/libspeex/ltp.h
+++ b/libspeex/ltp.h
@@ -32,6 +32,9 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef LTP_H
+#define LTP_H
+
#include "../include/speex/speex_bits.h"
#include "arch.h"
@@ -139,3 +142,5 @@ int subframe_offset,
spx_word16_t last_pitch_gain,
int cdbk_offset
);
+
+#endif /* LTP_H */