summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_symbian.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_symbian.h')
-rw-r--r--pjlib/include/pj/compat/os_symbian.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_symbian.h b/pjlib/include/pj/compat/os_symbian.h
index b1b1cd1a..f6787b06 100644
--- a/pjlib/include/pj/compat/os_symbian.h
+++ b/pjlib/include/pj/compat/os_symbian.h
@@ -144,7 +144,9 @@
#define PJ_HAS_SOCKLEN_T 1
typedef unsigned int socklen_t;
+#ifndef __GCCE__
#include <e32def.h>
+#endif
/*
#if defined(PJ_EXPORTING)