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

Commit b44e626c authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix windows sdk build."

parents 08430b1e 5e541bf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/syscall.h>
#include <unistd.h>

#include <cutils/iosched_policy.h>

#ifdef HAVE_ANDROID_OS
#include <linux/ioprio.h>
#include <sys/syscall.h>
#define __android_unused
#else
#define __android_unused __attribute__((__unused__))