summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/files/clib2/include/sys/file.h
blob: 52bc8663c501ebfc007750920aa09c8bcbe4f8a6 (plain)
1
2
3
4
5
6
7
8
#ifndef _SYS_FILE_H
#define _SYS_FILE_H

#ifndef _FCNTL_H
# include <fcntl.h>
#endif

#endif