mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
support: Include <limits.h> for NAME_MAX use in temp_file.c
This commit is contained in:
parent
cb65d66104
commit
ca38eff280
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <support/support.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <paths.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue