diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/getrlimit.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/getrlimit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/getrlimit.c b/sysdeps/unix/sysv/linux/getrlimit.c index ecb34dd742..339d943bd2 100644 --- a/sysdeps/unix/sysv/linux/getrlimit.c +++ b/sysdeps/unix/sysv/linux/getrlimit.c @@ -16,9 +16,8 @@ License along with the GNU C Library. If not, see <https://www.gnu.org/licenses/>. */ -#include <errno.h> #include <sys/resource.h> -#include <sys/types.h> +#include <sysdep.h> #include <shlib-compat.h> #if !__RLIM_T_MATCHES_RLIM64_T |