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 /support | |
parent | b68fabfbbc5a4178338e167f5517787b76eb5962 (diff) | |
download | glibc-c54d86490300c29e00c20c8123388bd47f6fec76.tar glibc-c54d86490300c29e00c20c8123388bd47f6fec76.tar.gz glibc-c54d86490300c29e00c20c8123388bd47f6fec76.tar.bz2 glibc-c54d86490300c29e00c20c8123388bd47f6fec76.zip |
support: Include <support/descriptors.h> in support_descriptors.c
Diffstat (limited to 'support')
-rw-r--r-- | support/support_descriptors.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |