This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH COMMITTED] support: Include <support/descriptors.h> in support_descriptors.c


2019-08-14  Florian Weimer  <fweimer@redhat.com>

	* support/support_descriptors.c: Include <support/descriptors.h>.

diff --git a/support/support_descriptors.c b/support/support_descriptors.c
index 00e437e9dc..848f56c6a0 100644
--- a/support/support_descriptors.c
+++ b/support/support_descriptors.c
@@ -21,6 +21,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <support/check.h>
+#include <support/descriptors.h>
 #include <support/support.h>
 #include <sys/stat.h>
 #include <sys/sysmacros.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]