mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6 lines
145 B
C
6 lines
145 B
C
#ifndef _FTW_H
|
|
#define _FTW_H
|
|
#include "libc/calls/weirdtypes.h"
|
|
#include "libc/stdio/ftw.h"
|
|
#include "libc/sysv/consts/s.h"
|
|
#endif /* _FTW_H */
|