2020-06-15 14:18:57 +00:00
|
|
|
#ifndef LIBC_ISYSTEM_DIRENT_H_
|
|
|
|
#define LIBC_ISYSTEM_DIRENT_H_
|
|
|
|
#include "libc/calls/calls.h"
|
2022-08-06 16:56:17 +00:00
|
|
|
#include "libc/calls/struct/dirent.h"
|
2020-06-15 14:18:57 +00:00
|
|
|
#include "libc/sysv/consts/dt.h"
|
|
|
|
#endif
|