mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
$NetBSD: patch-ac,v 1.7 2006/05/20 17:26:16 joerg Exp $
|
|
|
|
--- daemon/server.c.orig 2006-05-20 16:59:28.000000000 +0000
|
|
+++ daemon/server.c
|
|
@@ -28,6 +28,7 @@
|
|
#include <pwd.h>
|
|
#include <grp.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/time.h>
|
|
#include <sys/resource.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/wait.h>
|