Add missing includes for byte swap operations
authorPetr Štetiar <[email protected]>
Mon, 5 Jul 2021 08:49:57 +0000 (10:49 +0200)
committerPetr Štetiar <[email protected]>
Mon, 5 Jul 2021 08:59:44 +0000 (10:59 +0200)
commit8f47adea6f87d014414f9fb7d404c1116cf30b91
tree23158842abf1d895d7b92125f068833bd0d5a3b3
parentfbafae9f80376ec14d23a47482c90d4003c6d450
Add missing includes for byte swap operations

Fixes bunch of following issues:

 CMakeFiles/mktplinkfw2.dir/src/mktplinkfw2.c.o: In function `fill_header':
 mktplinkfw2.c:(.text+0xad): undefined reference to `bswap_32'

Signed-off-by: Petr Štetiar <[email protected]>
src/mkedimaximg.c
src/mkplanexfw.c
src/mktplinkfw.c
src/mktplinkfw2.c
src/mkzcfw.c
src/mkzynfw.c