try to fix win_sdk build.

Change-Id: I55e78e339874a6d6a3381c2550556b65c7ec1ca0
This commit is contained in:
Nick Kralevich 2013-02-01 16:09:23 -08:00
parent 0dcde5213b
commit fa99d30ec7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <utils/Log.h>
#include <cutils/sched_policy.h>
#include <cutils/properties.h>
#include <stdio.h>
#include <stdlib.h>
@ -31,6 +30,7 @@
#include <unistd.h>
#if defined(HAVE_PTHREADS)
# include <cutils/properties.h>
# include <pthread.h>
# include <sched.h>
# include <sys/resource.h>