diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-17 01:26:54 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-17 01:26:54 +0100 |
commit | 09ba6794c68c123caa9706245882d87febed0aff (patch) | |
tree | 7a4526c3d6ed7115f4b2525129b7e0f254293b0d /sysdeps/pthread/funlockfile.c | |
parent | 46406bc7f0a58cb2cfe7973b8c3b587a02beb74f (diff) |
Fix build against glibc 2.23
Diffstat (limited to 'sysdeps/pthread/funlockfile.c')
-rw-r--r-- | sysdeps/pthread/funlockfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c index 65201ed..05edc66 100644 --- a/sysdeps/pthread/funlockfile.c +++ b/sysdeps/pthread/funlockfile.c @@ -19,7 +19,7 @@ #include <pthread.h> #include <stdio.h> #include <libio.h> -#include <bits/stdio-lock.h> +#include <stdio-lock.h> void |