From f59da7b53e39f07ff99ac22de5fb84da9973f0b1 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 23 Aug 2012 16:58:20 -0400 Subject: [PATCH] Add missing includes [for modern systems] to lndir.c --- cde/config/util/lndir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/config/util/lndir.c b/cde/config/util/lndir.c index 4e678ae8..9dd676e2 100644 --- a/cde/config/util/lndir.c +++ b/cde/config/util/lndir.c @@ -63,9 +63,11 @@ in this Software without prior written authorization from The Open Group. #include #include #include +#include #include #include #include +#include #ifndef X_NOT_POSIX #include -- 2.25.1