shithub: opus

Download patch

ref: efef001d6d51b079925196d46806d6a0368b6ea7
parent: ad4ae86b591402a9b1fc41a88be741d2138d61f4
author: Ralph Giles <[email protected]>
date: Wed Aug 24 07:58:47 EDT 2011

Use standard search path for systems headers in the repacketizer.

--- a/src/repacketizer.c
+++ b/src/repacketizer.c
@@ -30,9 +30,10 @@
 #endif
 
 #include <stdio.h>
-#include "string.h"
+#include <stdlib.h>
+#include <string.h>
+
 #include "opus.h"
-#include "stdlib.h"
 
 struct OpusRepacketizer {
    unsigned char toc;