Merge "Include <time.h> for clock_nanosleep."

This commit is contained in:
Elliott Hughes
2014-10-21 17:49:02 +00:00
committed by Gerrit Code Review

View File

@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <utils/misc.h>
#include <signal.h>
#include <time.h>
#include <cutils/properties.h>
@@ -56,10 +57,6 @@
#define SYSTEM_ENCRYPTED_BOOTANIMATION_FILE "/system/media/bootanimation-encrypted.zip"
#define EXIT_PROP_NAME "service.bootanim.exit"
extern "C" int clock_nanosleep(clockid_t clock_id, int flags,
const struct timespec *request,
struct timespec *remain);
namespace android {
static const int ANIM_ENTRY_NAME_MAX = 256;