Bug 854904: fix undefined sockaddr_in, sockaddr_in6. r=qDot

This commit is contained in:
Vicamo Yang 2013-03-27 20:53:24 +08:00
parent 53dd71078e
commit 73ad678058

View File

@ -11,6 +11,7 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <netinet/in.h>
#ifdef MOZ_B2G_BT
#include <bluetooth/bluetooth.h>
#include <bluetooth/sco.h>