Change around include ordering for compilation on OpenBSD.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 20 Mar 2011 11:43:06 +0000 (11:43 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 20 Mar 2011 11:43:06 +0000 (11:43 +0000)
read.c

diff --git a/read.c b/read.c
index d6e102d9f4bf9125708f301bc8e1be97f666722e..ede66023dcad40c6f157408cb384331b77e4a57a 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/*     $Id: read.c,v 1.1 2011/03/20 11:41:24 kristaps Exp $ */
+/*     $Id: read.c,v 1.2 2011/03/20 11:43:06 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,8 +15,8 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#include <sys/mman.h>
 #include <sys/stat.h>
+#include <sys/mman.h>
 
 #include <assert.h>
 #include <ctype.h>