1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

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

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>