1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

support: Include <limits.h> for NAME_MAX use in temp_file.c

This commit is contained in:
Florian Weimer
2024-06-17 15:14:05 +02:00
parent cb65d66104
commit ca38eff280

View File

@@ -27,6 +27,7 @@
#include <support/support.h>
#include <errno.h>
#include <limits.h>
#include <paths.h>
#include <stdio.h>
#include <stdlib.h>