shithub: opus

Download patch

ref: 71fe1f453c801bb9b9fe1b557606bd13f7c817f3
parent: b2c00d2751f32aa9869250b65f6a7e4aa40a0116
author: Jean-Marc Valin <[email protected]>
date: Tue Aug 2 08:39:13 EDT 2011

forgot to include opus.h from opus.c

--- a/src/opus.c
+++ b/src/opus.c
@@ -29,6 +29,8 @@
 #include "config.h"
 #endif
 
+#include "opus.h"
+
 const char *opus_strerror(int error)
 {
    static const char *error_strings[8] = {