summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-12-08 16:30:50 -0800
committerAlan Viverette <alanv@google.com>2014-12-08 16:30:50 -0800
commitcfbb4ac47fb065c888b63b03a5697d24c9c5952e (patch)
treee5cdb72d835e78635d8c571ead88f4f63a193987 /config.h
parent83c4203a9c1afe51c847960b82ff0f4de25a3e28 (diff)
downloadandroid_external_android-clat-cfbb4ac47fb065c888b63b03a5697d24c9c5952e.tar.gz
android_external_android-clat-cfbb4ac47fb065c888b63b03a5697d24c9c5952e.tar.bz2
android_external_android-clat-cfbb4ac47fb065c888b63b03a5697d24c9c5952e.zip
Add missing include for IFF_BROADCAST to fix build
Change-Id: Icc033a8b2ce4a08565aabe2b58ba81ec90604c4f
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index b6d9ae1..e31a81d 100644
--- a/config.h
+++ b/config.h
@@ -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"