Fixed compilation error in os_symbian.h caused by mispelled header name (thanks Alfred E. Heggestad)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1420 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-08-16 15:33:42 +00:00
parent 16f6479faf
commit a281444cac

View file

@ -27,7 +27,7 @@
#include <e32std.h>
#include <es_sock.h>
#include <in_sock.h>
#include <charconf.h>
#include <charconv.h>
#include <utf.h>
#include <e32cons.h>