commit | 0d8e14190680b20e8a0fa75c63075ef73a922efd | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Apr 07 13:38:48 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Apr 07 18:01:59 2016 -0700 |
tree | 123441747b355352cae41c1d8a355e39c77fb3ce | |
parent | 2675a9e343fa749aba57b1bfcc8f7f1f5db48c72 [diff] [blame] |
Make <bits/lockf.h> compile standalone. Bug: http://b/28067717 Change-Id: Ida9f251ff23f9e32dcd0c38eb23b6a3bffea322c
diff --git a/libc/include/bits/lockf.h b/libc/include/bits/lockf.h index d814807..a0ba19d 100644 --- a/libc/include/bits/lockf.h +++ b/libc/include/bits/lockf.h
@@ -30,6 +30,7 @@ #define _BITS_LOCKF_H_ #include <sys/cdefs.h> +#include <sys/types.h> #define F_ULOCK 0 #define F_LOCK 1