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