$NetBSD: patch-ad,v 1.2 2012/02/18 10:06:57 shattered Exp $

--- mem.c.orig	2011-08-03 16:08:08.000000000 +0000
+++ mem.c
@@ -1,6 +1,7 @@
 /* (C) 2007-2011 by folkert@vanheusden.com
  * The GPL (GNU public license) applies to this sourcecode.
  */
+#include <sys/types.h>
 #include <errno.h>
 #include <regex.h>
 #include <signal.h>
@@ -8,7 +9,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
 #include <time.h>
 #include <unistd.h>
 
