From 5439317ba12635d3a8a03e0e55e38eef76ff9b51 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 11 May 2016 22:30:39 +0100 Subject: [PATCH] Reorder headers in common.c Fixes unknown type name '_fpos64_t' error on Cygwin --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.c b/src/common.c index a8282fe7..13a2366c 100644 --- a/src/common.c +++ b/src/common.c @@ -33,9 +33,9 @@ */ #include "config.h" +#include #include #include -#include #include #include #include