20 lines
468 B
Text
20 lines
468 B
Text
$NetBSD: patch-ad,v 1.1 2007/12/27 15:45:19 joerg Exp $
|
|
|
|
--- mem.c.orig 2007-12-27 14:00:35.000000000 +0000
|
|
+++ mem.c
|
|
@@ -1,6 +1,7 @@
|
|
/* (C) 2007 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>
|
|
|