From e9004ce2e9ed250eed4bde2525f4ea80247785fa Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 2 Aug 2003 08:11:16 +0000 Subject: [PATCH] include sys/param.h for MAXPATHLEN git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4202 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/unistd/ttyname.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/posix/unistd/ttyname.c b/src/kernel/libroot/posix/unistd/ttyname.c index 3e9439d38c..1b94450f02 100644 --- a/src/kernel/libroot/posix/unistd/ttyname.c +++ b/src/kernel/libroot/posix/unistd/ttyname.c @@ -8,6 +8,7 @@ #include #include #include +#include /* the root directory in /dev where all tty devices reside */