diff options
author | Alan Viverette <alanv@google.com> | 2014-12-08 16:30:50 -0800 |
---|---|---|
committer | Sebastien Hertz <shertz@google.com> | 2014-12-09 09:53:06 +0100 |
commit | 418109eb96b485cdc009ba88deb9f60f9dca06d3 (patch) | |
tree | e5cdb72d835e78635d8c571ead88f4f63a193987 | |
parent | 83c4203a9c1afe51c847960b82ff0f4de25a3e28 (diff) | |
download | android_external_android-clat-418109eb96b485cdc009ba88deb9f60f9dca06d3.tar.gz android_external_android-clat-418109eb96b485cdc009ba88deb9f60f9dca06d3.tar.bz2 android_external_android-clat-418109eb96b485cdc009ba88deb9f60f9dca06d3.zip |
Add missing include for IFF_BROADCAST to fix build
(cherry picked from commit cfbb4ac47fb065c888b63b03a5697d24c9c5952e)
Change-Id: Ib8ae2275f412f0db51e7a68e34304b11ea23d4fe
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #define __CONFIG_H__ #include <netinet/in.h> +#include <linux/if.h> #define DEFAULT_IPV4_LOCAL_SUBNET "192.0.0.4" #define DEFAULT_IPV4_LOCAL_PREFIXLEN "29" |