aboutsummaryrefslogtreecommitdiffstats
path: root/dump
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-06-29 15:25:00 +0300
committerrelan <relan@users.noreply.github.com>2015-08-26 11:50:43 +0300
commitc05a94a1d347abff3a80a3929b1814252571bde6 (patch)
tree7bf17f2d4b0de48842d0c82587fcc05ab82b3ee7 /dump
parent1d5fbd91357f94c526abacef05c8d1bb889a340d (diff)
downloadandroid_external_exfat-c05a94a1d347abff3a80a3929b1814252571bde6.tar.gz
android_external_exfat-c05a94a1d347abff3a80a3929b1814252571bde6.tar.bz2
android_external_exfat-c05a94a1d347abff3a80a3929b1814252571bde6.zip
Include local headers before system headers.
config.h must always be included before stdio.h because it can contain defines that enable Large File Support (e.g. _FILE_OFFSET_BITS=64 for glibc on 32-bit machines).
Diffstat (limited to 'dump')
-rw-r--r--dump/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump/main.c b/dump/main.c
index b85d4a3..8713f64 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -20,12 +20,12 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <exfat.h>
#include <fcntl.h>
#include <unistd.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
-#include <exfat.h>
static void print_generic_info(const struct exfat_super_block* sb)
{