summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-14 21:04:47 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-14 21:04:47 +0000
commitc672d0e3ecea6fe784250b5099f8126c0ff18ad1 (patch)
tree6540b7d4175fe7f2648270329345c2f50ff91be9 /pjlib/include/pj/config.h
parentcec9d0501ccdf37cb82e398df6ec4e5bd4e1ac01 (diff)
Changed the unicode string API and ported to ARM/WinCE
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@182 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/config.h')
-rw-r--r--pjlib/include/pj/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index b836b53b..d09795a4 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -68,7 +68,7 @@
#elif defined (PJ_M_SPARC) && PJ_M_SPARC != 0
# include <pj/compat/m_sparc.h>
#elif defined (PJ_M_ARMV4) && PJ_M_ARMV4 != 0
-# include <pj/compat/m_arm.h>
+# include <pj/compat/m_armv4.h>
#else
# error "Please specify target machine."
#endif