Re #1266: Fixed build error in non-Windows platform.



git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3764 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 2a2dc09..5c3dd34 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -37,7 +37,7 @@
 /**
  * Call's media stream.
  */
-typedef struct pjsua_call_media
+struct pjsua_call_media
 {
     pjsua_call		*call;	    /**< Parent call.			    */
     pjmedia_type	 type;	    /**< Media type.			    */
@@ -93,7 +93,7 @@
     pj_status_t (*med_create_cb)(pjsua_call_media *call_med,
                                  pj_status_t status, int security_level,
                                  int *sip_err_code);
-} pjsua_call_media;
+};
 
 /**
  * Maximum number of SDP "m=" lines to be supported.