tools/sstrip: Fix compile under standard linux.
authorRosen Penev <rosenp@gmail.com>
Thu, 23 Nov 2017 21:18:07 +0000 (13:18 -0800)
committerJo-Philipp Wich <jo@mein.io>
Fri, 8 Dec 2017 09:40:20 +0000 (10:40 +0100)
commitd6e34b735201805ae9112a7997f15b80f5926942
tree5ee9c544ae655c360efcef12c33b5f3f79b78981
parent01c5cf0b24edae55a9df18296e2ed488d2b2ba0b
tools/sstrip: Fix compile under standard linux.

bswap32 undefined is the issue. Added the proper header. Also fixed a few format/conversion warnings that clang complained about without -Wall or -Wextra.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
tools/sstrip/src/sstrip.c