Include what you use.
Don't rely on transitive includes. (Even though that works fine in AOSP.) Change-Id: Ifc06575e4aea383cfff24d6c5c14fc0a7aabdf2b
This commit is contained in:
parent
2282e16d76
commit
40488560c1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user