Skip to content
Snippets Groups Projects
Commit efef001d authored by Ralph Giles's avatar Ralph Giles Committed by Jean-Marc Valin
Browse files

Use standard search path for systems headers in the repacketizer.

parent ad4ae86b
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,10 @@ ...@@ -30,9 +30,10 @@
#endif #endif
#include <stdio.h> #include <stdio.h>
#include "string.h" #include <stdlib.h>
#include <string.h>
#include "opus.h" #include "opus.h"
#include "stdlib.h"
struct OpusRepacketizer { struct OpusRepacketizer {
unsigned char toc; unsigned char toc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment