summaryrefslogtreecommitdiff
path: root/libdm/mm
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-02-05 09:33:30 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2013-02-05 14:27:25 +0100
commitd3b8f270eac7314767e9098ef28e2f8b89fbf296 (patch)
tree3cd8118f6db252d855980f0a367bca79c65d0f9d /libdm/mm
parent7cd25062acc5c54959e892381600257372ef071f (diff)
downloadlvm2-d3b8f270eac7314767e9098ef28e2f8b89fbf296.tar.gz
headers: add headers for musl libc
On glibc, those are erroneously (namespace pollution) pulled in via other headers. this doesn't work with conformant libcs (musl libc in this case), we simply need to include all needed headers. Signed-Off-By: John Spencer <maillist-lvm@barfooze.de>
Diffstat (limited to 'libdm/mm')
-rw-r--r--libdm/mm/pool-fast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdm/mm/pool-fast.c b/libdm/mm/pool-fast.c
index 61e076a1e..0e13416b1 100644
--- a/libdm/mm/pool-fast.c
+++ b/libdm/mm/pool-fast.c
@@ -18,6 +18,7 @@
#endif
#include "dmlib.h"
+#include <stddef.h>
#include <malloc.h>
struct chunk {