mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $
|
|
|
|
--- src/xt_control.c.orig Sat Feb 14 12:48:14 2004
|
|
+++ src/xt_control.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <stdlib.h>
|
|
#include <limits.h> /* PATH_MAX */
|
|
#include <ctype.h> /* isdigit() */
|
|
+#include <sys/time.h>
|
|
#include <X11/Intrinsic.h>
|
|
#include <X11/StringDefs.h>
|
|
#include <X11/Shell.h>
|