Merge "Include what you use."

This commit is contained in:
Elliott Hughes 2014-03-12 20:51:48 +00:00 committed by Gerrit Code Review
commit eef2928f94

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