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:
parent
6300831c65
commit
f59da7b53e
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue