Fixed mp3_writer.c include

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1233 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-04-30 11:05:23 +00:00
parent 4fb32b599c
commit b94a9f7252
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
* Contributed by:
* Toni < buldozer at aufbix dot org >
*/
#include <pjmedia/mp3_port.h>
#include "mp3_port.h"
#include <pjmedia/errno.h>
#include <pj/assert.h>
#include <pj/file_access.h>