mgcp: u_int16_t -> uint16_t

This commit is contained in:
Holger Hans Peter Freyther 2010-07-23 18:56:01 +08:00
parent d9b18f8c21
commit d340cd3b2f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct rtp_hdr {
u_int8_t marker:1,
payload_type:7;
#endif
u_int16_t sequence;
uint16_t sequence;
uint32_t timestamp;
uint32_t ssrc;
} __attribute__((packed));