summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-12-08 16:30:50 -0800
committerLorenzo Colitti <lorenzo@google.com>2015-03-03 16:50:51 +0900
commit7023303c34040c25ce4170b43adf020ebd53a068 (patch)
tree3fb44210821b5d39316debfc9f4c776163df3a7c
parent908dd6bbea33c3a83c1e1b0b4a4010028cf09a46 (diff)
downloadandroid_external_android-clat-7023303c34040c25ce4170b43adf020ebd53a068.tar.gz
android_external_android-clat-7023303c34040c25ce4170b43adf020ebd53a068.tar.bz2
android_external_android-clat-7023303c34040c25ce4170b43adf020ebd53a068.zip
Add missing include for IFF_BROADCAST to fix build
(cherry picked from commit cfbb4ac47fb065c888b63b03a5697d24c9c5952e) Change-Id: I03411d12ef4f45fe0c0c14dd6f546108e272da93
-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"