add linux/types.h to release
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 4dc2d31..c203f7f 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -215,6 +215,8 @@
 	install -m 0644 -o root -g root \
 		$(KERNEL_INCLUDES)/linux/if_ether.h include/linux/
 	install -m 0644 -o root -g root \
+		$(KERNEL_INCLUDES)/linux/types.h include/linux/
+	install -m 0644 -o root -g root \
 		$(KERNEL_INCLUDES)/linux/netfilter_bridge/*.h \
 		include/linux/netfilter_bridge/
 	install -m 0644 -o root -g root \