From 943b02e163e169795a010c36a3b3343cc5092a96 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jun 2006 07:33:36 +0000 Subject: Include sys/param.h for PATH_MAX when cross-compiling --- dund/dun.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dund/dun.c') diff --git a/dund/dun.c b/dund/dun.c index f8bc6ee4..b1ba8380 100644 --- a/dund/dun.c +++ b/dund/dun.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include -- cgit