1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-24 19:21:35 +01:00

Fix compilation errors on android.

This commit is contained in:
Matias Fontanini
2015-06-07 15:25:57 -07:00
parent 43217549eb
commit 0a2fdfcd42
3 changed files with 6 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
#include <net/if_dl.h>
#else
#include <netpacket/packet.h>
#include <sys/socket.h>
#endif
#include <net/ethernet.h>
#endif