mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/07/30 03:48:17 dholland Exp $
|
|
|
|
- Use standard headers.
|
|
|
|
--- xnodecor.c.orig Wed Jan 7 00:44:25 2004
|
|
+++ xnodecor.c
|
|
@@ -39,6 +39,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <unistd.h>
|
|
|
|
#define WAIT_DEFAULT 0
|
|
#define WAIT_TIMEOUT 15
|