ebtables: Android makefiles to build ebtables on Android
This patch also adds some missing header files to compile
all the extensions. Some of the header files also needed
to be updated to include some missing components.
Change-Id: Ic212d2d2c6f270df30a0259b85886b6ce578536d
diff --git a/include/ethernetdb.h b/include/ethernetdb.h
index 46d8bfd..22b6f7f 100644
--- a/include/ethernetdb.h
+++ b/include/ethernetdb.h
@@ -30,6 +30,8 @@
#define _PATH_ETHERTYPES "/etc/ethertypes"
#endif /* _PATH_ETHERTYPES */
+#define __THROW
+
struct ethertypeent {
char *e_name; /* Official ethernet type name. */
char **e_aliases; /* Alias list. */