]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: Use stdlib.h instead of alloca.h 37374/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 23 Sep 2020 15:49:08 +0000 (17:49 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 24 Sep 2020 16:23:23 +0000 (18:23 +0200)
commit32dd5c707e5f321285aeacd58a597f3da054c329
tree897ca1ee8e29fc4cc0122391b89d7aceba96eb8e
parent16a3103f22b798bfbd3832816e00c0f4cadb3e75
librbd: Use stdlib.h instead of alloca.h

src/librbd/crypto/BlockCrypto.cc:5:10: fatal error: 'alloca.h' file not found
         ^~~~~~~~~~
1 error generated.

Including <stdlib.h> is enough

fixes: https://tracker.ceph.com/issues/47614
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/librbd/crypto/BlockCrypto.cc