am eef2928f: Merge "Include what you use."

* commit 'eef2928f94ac6ff5659c6177785b47e6fcdd03a2':
  Include what you use.
This commit is contained in:
Elliott Hughes 2014-03-12 20:56:22 +00:00 committed by Android Git Automerger
commit 6a250387c7

View File

@ -24,6 +24,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
TEST(stdlib, drand48) {
srand48(0x01020304);