summaryrefslogtreecommitdiff
path: root/support/xdlfcn.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-12-14 13:48:56 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-12-14 13:48:56 +0100
commitf58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 (patch)
treea34a67faf56b6e7223a6b5b1938e1c5db35fbf72 /support/xdlfcn.c
parent4ca945e9c5421a174e96ff91eda7fa7482cee8c8 (diff)
support: Simplify compiling most of support/ outside of glibc
Some include files were missing because they are implied by the in-tree build process. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'support/xdlfcn.c')
-rw-r--r--support/xdlfcn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/xdlfcn.c b/support/xdlfcn.c
index 6e3979983d..05966c41ef 100644
--- a/support/xdlfcn.c
+++ b/support/xdlfcn.c
@@ -16,6 +16,7 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#include <stddef.h>
#include <support/check.h>
#include <support/xdlfcn.h>