blob: 7fc9ab956516e70994480e142604fb1e6d59eec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aj,v 1.1 2009/07/21 11:27:23 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 <sys/param.h> /* for PATH_MAX */
#include <fcntl.h>
#include <unistd.h>
#include <netdb.h>
|