Skip to content

Commit

Permalink
Include <limits.h> for PAGE_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
zuav committed Apr 28, 2016
1 parent e57cfc5 commit 76b4977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndk/platforms/android-9/include/unistd.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008 The Android Open Source Project
* Copyright (C) 2008, 2016 The Android Open Source Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -29,6 +29,7 @@
#define _UNISTD_H_

#include <stddef.h>
#include <limits.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/select.h>
Expand Down

0 comments on commit 76b4977

Please sign in to comment.