]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Add build_assert to fix debug build error
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 4 Mar 2022 07:05:32 +0000 (16:05 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 4 Mar 2022 07:07:02 +0000 (16:07 +0900)
commit6d9b4a7a57fccff3f3f2fac1917ecd4a222c2eda
tree30b93b477e03c26d47febe1f14e92f04b2ea3a94
parent221734dca8aabc8c2e30820368d1fb5893c80c00
Add build_assert to fix debug build error

../ccan/ccan/str/str.h:169:10: fatal error: ccan/build_assert/build_assert.h: No such file or directory
  169 | #include <ccan/build_assert/build_assert.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
ccan/ccan/build_assert/LICENSE [new symlink]
ccan/ccan/build_assert/_info [new file with mode: 0644]
ccan/ccan/build_assert/build_assert.h [new file with mode: 0644]