-/* $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>
* 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>