Add more missing include for byte swap operations
[project/firmware-utils.git] / src / mkcsysimg.c
index 2347e63da119c6de20b9403c9d1417d6b8fda96d..cbe06bb36e5ee0f4bdc5172ef09903b6c468488b 100644 (file)
@@ -19,9 +19,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <endian.h>     /* for __BYTE_ORDER */
-#if defined(__CYGWIN__)
-#  include <byteswap.h>
-#endif
+#include <byteswap.h>
 
 #include "csysimg.h"