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

Commit 5e541bf4 authored by Dan Albert's avatar Dan Albert
Browse files

Fix windows sdk build.

Change-Id: I53c9f43a5f9ae2f40de686316185d162d0e0503a
parent 08430b1e
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__))