Skip to content

Commit 8a183ea

Browse files
committed
fix missing types.h include in fcntl.h
1 parent c086476 commit 8a183ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fcntl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#ifndef _FCNTL_H
1212
#define _FCNTL_H
1313

14+
#include <sys/types.h>
15+
1416
/** Set open file status to read only */
1517
#define O_RDONLY 0
1618

0 commit comments

Comments
 (0)