X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Fprivate.c;h=3e3772836f4f2e592e41520f911075a4b24da622;hb=1198f8141fe7d5b04a936935c45af3217064b0d7;hp=6ff2b59ca18e7356cfac23d8e42bdb926e63361a;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Utils/private.c b/Source/Utils/private.c index 6ff2b59..3e37728 100644 --- a/Source/Utils/private.c +++ b/Source/Utils/private.c @@ -18,10 +18,10 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include - #include "private.h" +#include + void BinIOConvert1(int from_byte_order, int to_byte_order, const uint8_t *src, uint8_t *dst, unsigned int count)