mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 00:27:43 +00:00
Use standard search path for systems headers in the repacketizer.
This commit is contained in:
parent
ad4ae86b59
commit
efef001d6d
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue