Use standard search path for systems headers in the repacketizer.

This commit is contained in:
Ralph Giles 2011-08-24 11:58:47 +12:00 committed by Jean-Marc Valin
parent ad4ae86b59
commit efef001d6d

View file

@ -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;