13 lines
310 B
Text
13 lines
310 B
Text
$NetBSD: patch-ab,v 1.1 2009/10/22 17:33:57 drochner Exp $
|
|
|
|
--- src/core/main.c.orig 2009-10-21 21:56:47.000000000 +0200
|
|
+++ src/core/main.c
|
|
@@ -58,7 +58,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
-#include <wait.h>
|
|
+#include <sys/wait.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <signal.h>
|