]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
support: Include <support/descriptors.h> in support_descriptors.c
authorFlorian Weimer <fweimer@redhat.com>
Wed, 14 Aug 2019 10:54:49 +0000 (12:54 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 14 Aug 2019 14:24:46 +0000 (16:24 +0200)
ChangeLog
support/support_descriptors.c

index b6c92d441f749195e961a3a4b6b85aad1881fff6..6e44a577d1caf08b2869933553bfee5c90ea6ae7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-08-14  Florian Weimer  <fweimer@redhat.com>
+
+       * support/support_descriptors.c: Include <support/descriptors.h>.
+
 2019-08-14  Feng Xue  <fxue@os.amperecomputing.com>
 
        * sysdeps/aarch64/multiarch/memset_base64.S (DC_ZVA_THRESHOLD):
index 00e437e9dc5fbf5f03181d189ba6167bc728436a..848f56c6a05c56aa8c41c0a2590ce320a95f05ce 100644 (file)
@@ -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>