Add missing header inclusion for Android from 1c764dbe
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 19 Jul 2016 22:30:42 +0000 (07:30 +0900)
committerJens Axboe <axboe@fb.com>
Tue, 19 Jul 2016 22:20:02 +0000 (16:20 -0600)
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>
Signed-off-by: Jens Axboe <axboe@fb.com>
os/os-android.h

index 70d05702f385576208e1dcef7309438b943749dc..cdae7030e1609d02b7a7acf40377fc84eb11d57c 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/major.h>
 #include <asm/byteorder.h>
 
 #include <linux/major.h>
 #include <asm/byteorder.h>
 
+#include "./os-linux-syscall.h"
 #include "binject.h"
 #include "../file.h"
 
 #include "binject.h"
 #include "../file.h"