]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
support: Include <limits.h> for NAME_MAX use in temp_file.c
authorFlorian Weimer <fweimer@redhat.com>
Mon, 17 Jun 2024 13:14:05 +0000 (15:14 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 17 Jun 2024 13:14:05 +0000 (15:14 +0200)
support/temp_file.c

index 97a7dc2473b009c65217640fb25100b999d6949e..28a0043683547f1d27da9d4fd600ce786dd7a464 100644 (file)
@@ -27,6 +27,7 @@
 #include <support/support.h>
 
 #include <errno.h>
+#include <limits.h>
 #include <paths.h>
 #include <stdio.h>
 #include <stdlib.h>