2006-01-05 00:18:08 +01:00
|
|
|
$NetBSD: patch-ab,v 1.2 2006/01/04 23:18:08 joerg Exp $
|
2000-11-17 07:45:11 +01:00
|
|
|
|
|
|
|
--- src/client/image.c.orig Thu Nov 16 07:38:38 2000
|
|
|
|
+++ src/client/image.c
|
2006-01-05 00:18:08 +01:00
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#include <limits.h> /* PATH_MAX */
|
2000-11-17 07:45:11 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|