diff options
Diffstat (limited to 'io/lockf.c')
-rw-r--r-- | io/lockf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io/lockf.c b/io/lockf.c index aa5c673c8d..8ea83e15f0 100644 --- a/io/lockf.c +++ b/io/lockf.c @@ -15,6 +15,8 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ +#include <bits/types.h> + #ifndef __OFF_T_MATCHES_OFF64_T #include <unistd.h> |