X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fbyteorder.h;h=ba544109fe1561d6c1759037b08a6db39668b42d;hb=57e85799a698a15fef8fa61fa01d7be1c2526944;hp=dd039f283023beb94b2c0fdd73d05ffd8c5476bf;hpb=fafa077eddb099165e156853d3d25662fcf5bf30;p=sven%2Fexfat-utils.git diff --git a/libexfat/byteorder.h b/libexfat/byteorder.h index dd039f2..ba54410 100644 --- a/libexfat/byteorder.h +++ b/libexfat/byteorder.h @@ -3,7 +3,7 @@ Endianness stuff. exFAT uses little-endian byte order. Free exFAT implementation. - Copyright (C) 2010-2014 Andrew Nayenko + Copyright (C) 2010-2018 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,8 +23,9 @@ #ifndef BYTEORDER_H_INCLUDED #define BYTEORDER_H_INCLUDED -#include #include "platform.h" +#include +#include typedef struct { uint16_t __u16; } le16_t; typedef struct { uint32_t __u32; } le32_t;