am 0e1faa2e: am 1370854c: Merge "Fix header file dependencies."

* commit '0e1faa2e00a4f1d4508b26a6411ac1daa1ce8b6d':
  Fix header file dependencies.
This commit is contained in:
Elliott Hughes 2013-10-23 11:33:23 -07:00 committed by Android Git Automerger
commit c410e75c68
2 changed files with 4 additions and 0 deletions

View File

@ -25,10 +25,12 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef _SYS_EPOLL_H_
#define _SYS_EPOLL_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <asm/fcntl.h> /* For O_CLOEXEC. */
__BEGIN_DECLS

View File

@ -25,10 +25,12 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef _SYS_INOTIFY_H_
#define _SYS_INOTIFY_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdint.h>
#include <linux/inotify.h>
#include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */