am 46ed1c8c: am ed1a0dbd: am b44e626c: Merge "Fix windows sdk build."

* commit '46ed1c8c99fce33c78e239d4155ece84feca069d':
  Fix windows sdk build.
This commit is contained in:
Dan Albert 2014-06-13 10:24:51 +00:00 committed by Android Git Automerger
commit 232c711795
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__))