am 6a250387: am eef2928f: Merge "Include what you use."

* commit '6a250387c7b13d19a29a0024f0f399862fc67d60':
  Include what you use.
This commit is contained in:
Elliott Hughes 2014-03-12 22:58:06 +00:00 committed by Android Git Automerger
commit ad9cb39296

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);