X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=libexfat%2Fbyteorder.h;h=472cb487cd838cc88d356032726b723a121bf7a5;hp=dd039f283023beb94b2c0fdd73d05ffd8c5476bf;hb=8901366d256057ea67f6ceecc4686204fbe1b34f;hpb=fafa077eddb099165e156853d3d25662fcf5bf30 diff --git a/libexfat/byteorder.h b/libexfat/byteorder.h index dd039f2..472cb48 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-2015 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;