]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - libexfat/byteorder.h
Merge tag 'upstream/1.2.1'
[sven/exfat-utils.git] / libexfat / byteorder.h
index dd039f283023beb94b2c0fdd73d05ffd8c5476bf..472cb487cd838cc88d356032726b723a121bf7a5 100644 (file)
@@ -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 <stdint.h>
 #include "platform.h"
+#include <stdint.h>
+#include <stddef.h>
 
 typedef struct { uint16_t __u16; } le16_t;
 typedef struct { uint32_t __u32; } le32_t;