am b44e626c: Merge "Fix windows sdk build."

* commit 'b44e626cf0c29dd8b8112db3d8e72970dc09b617':
  Fix windows sdk build.
This commit is contained in:
Dan Albert 2014-06-13 04:13:48 +00:00 committed by Android Git Automerger
commit ed1a0dbd43
1 changed files with 1 additions and 1 deletions

View File

@ -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__))