aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@google.com>2019-03-28 09:40:32 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-28 09:40:32 -0700
commit8f8259f4cbb82afe950488cdd39ff7bde2ea94d1 (patch)
tree7df27c2afe4a23b71ee4b0c950a8d770dfc51f30
parent5d8bf57c9daee30c55af4dbe5dfd737113d1ed15 (diff)
parenteb03fdcc8f2fc8d17d8fcf2c2a1c5c181c67f599 (diff)
downloadminijail-8f8259f4cbb82afe950488cdd39ff7bde2ea94d1.tar.gz
Add linux/net.h to the list of headers for libconstants am: 4b5aae204d
am: eb03fdcc8f Change-Id: I989a7de8f9b6e94eb2d406bb3218aaeb41174d5b
-rw-r--r--gen_constants-inl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen_constants-inl.h b/gen_constants-inl.h
index 752badc..7d9f915 100644
--- a/gen_constants-inl.h
+++ b/gen_constants-inl.h
@@ -5,6 +5,7 @@
#include <fcntl.h>
#include <linux/fs.h>
#include <linux/mman.h>
+#include <linux/net.h>
#include <linux/prctl.h>
#include <linux/sched.h>
#include <linux/serial.h>