12 lines
324 B
Text
12 lines
324 B
Text
$NetBSD: patch-aj,v 1.2 2009/07/24 12:12:06 tnn Exp $
|
|
|
|
--- mcop/mcoputils.cc.orig 2008-02-13 10:35:23.000000000 +0100
|
|
+++ mcop/mcoputils.cc
|
|
@@ -26,6 +26,7 @@
|
|
#include <pwd.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
+#include <limits.h> /* for PATH_MAX */
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
#include <netdb.h>
|