Add missing includes [for modern systems] to lndir.c

This commit is contained in:
David Cantrell 2012-08-23 16:58:20 -04:00 committed by Jon Trulson
parent 6300831c65
commit f59da7b53e
1 changed files with 2 additions and 0 deletions

View File

@ -63,9 +63,11 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xos.h>
#include <X11/Xfuncproto.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <errno.h>
#include <unistd.h>
#ifndef X_NOT_POSIX
#include <dirent.h>