mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtinfo: the musl C library requires the inclusion of the POSIX fcntl header
This commit is contained in:
parent
668b9c19a3
commit
c2d2accbad
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
#include "storage/unixf_storage.h"
|
#include "storage/unixf_storage.h"
|
||||||
#include "dynhash/data_t.h"
|
#include "dynhash/data_t.h"
|
||||||
|
|
||||||
#ifdef SVR4
|
#if defined(SVR4) || defined(__linux__)
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
Loading…
Reference in a new issue