commit | 19def166f3781edb4c68c3c68fcb8199eed2d605 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Sun Feb 05 16:07:32 2017 +0900 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Feb 20 12:16:10 2017 +0100 |
tree | f203a08fa298860607d082870b3ac5476638f91a | |
parent | 5eb9f6040f3854c5b92c60fd211dc0235ef25ca8 [diff] |
libceph: remove unneeded stddef.h include This was causing a build failure for openrisc when using musl and gcc 5.4.0 since the file is not available in the toolchain. It doesnt seem this is needed and removing it does not cause any build warnings for me. Signed-off-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>