ANDROID: Don't include bits/wordsize.h from psock_tpacket
wordsize.h is not available in android. Bug: 291147200 Bug: 310034344 Change-Id: I9e554a345c2b78ec0f058ac2b387bac54fd97e0f Signed-off-by: Weijia He <hwj@google.com>
This commit is contained in:
committed by
Treehugger Robot
parent
56cbb143f8
commit
cc612126a8
@@ -33,7 +33,9 @@
|
||||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#ifndef __ANDROID__
|
||||
#include <bits/wordsize.h>
|
||||
#endif
|
||||
#include <net/ethernet.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
Reference in New Issue
Block a user