All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing header inclusion for Android from 1c764dbe
@ 2016-07-19 22:30 kusumi.tomohiro
  0 siblings, 0 replies; only message in thread
From: kusumi.tomohiro @ 2016-07-19 22:30 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>

1c764dbe (which just got committed) was missing below for Android,
sorry about that.
 #include "./os-linux-syscall.h"

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
---
 os/os-android.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/os/os-android.h b/os/os-android.h
index 70d0570..cdae703 100644
--- a/os/os-android.h
+++ b/os/os-android.h
@@ -16,6 +16,7 @@
 #include <linux/major.h>
 #include <asm/byteorder.h>
 
+#include "./os-linux-syscall.h"
 #include "binject.h"
 #include "../file.h"
 
-- 
1.7.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-19 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 22:30 [PATCH] Add missing header inclusion for Android from 1c764dbe kusumi.tomohiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.