14 lines
359 B
Text
14 lines
359 B
Text
$NetBSD: patch-al,v 1.1 2002/04/03 06:55:40 jmc Exp $
|
|
|
|
--- src/mainmenu_callbacks.c.orig Wed Apr 3 06:35:46 2002
|
|
+++ src/mainmenu_callbacks.c Wed Apr 3 06:36:08 2002
|
|
@@ -24,7 +24,9 @@
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <string.h>
|
|
+#ifndef __NetBSD__
|
|
#include <sched.h>
|
|
+#endif
|
|
#include <time.h>
|
|
#include <sys/wait.h>
|
|
#include <errno.h>
|