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 b6c92d4..6e44a57 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 00e437e..848f56c 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>