diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-14 12:54:49 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-14 16:24:46 +0200 |
commit | c54d86490300c29e00c20c8123388bd47f6fec76 (patch) | |
tree | c96a3ef80aa8960a2f7102b3087f6460b334eb4c | |
parent | b68fabfbbc5a4178338e167f5517787b76eb5962 (diff) | |
download | glibc-c54d86490300c29e00c20c8123388bd47f6fec76.tar.gz |
support: Include <support/descriptors.h> in support_descriptors.c
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | support/support_descriptors.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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): 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> |