Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eab89421 authored by Todd Kjos's avatar Todd Kjos
Browse files

ANDROID: fix kernelci build-break



Added missing #includes to fix 'allmodconfig' builds

Bug: 120445624
Bug: 120445421
Change-Id: Ia8823adf2b33aa31c6d3f9d50ca7679ef4a64eaa
Signed-off-by: default avatarTodd Kjos <tkjos@google.com>
parent 9fa3dab7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#ifndef _XT_QUOTA_H
#define _XT_QUOTA_H
#include <linux/types.h>

enum xt_quota_flags {
	XT_QUOTA_INVERT    = 1 << 0,
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#if !defined(_TRACE_ANDROID_FS_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_ANDROID_FS_H

#include <linux/fs.h>
#include <linux/tracepoint.h>
#include <trace/events/android_fs_template.h>