mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
$NetBSD: patch-ac,v 1.2 2006/01/04 23:18:08 joerg Exp $
|
|
|
|
--- src/client/misc.c.orig Thu Nov 16 07:39:51 2000
|
|
+++ src/client/misc.c
|
|
@@ -1,3 +1,4 @@
|
|
+#include <limits.h> /* PATH_MAX */
|
|
#include <X11/Xlib.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|