Skip to content

Commit 1b9a723

Browse files
committed
Fix imports
1 parent ffbe251 commit 1b9a723

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Modules/fcntlmodule.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
#include <sys/ioctl.h> // ioctl()
1414

1515
#ifdef F_PREALLOCATE
16-
#ifdef HAVE_SYS_TYPES_H
17-
#include <sys/types.h>
18-
#endif
19-
#include <stddef.h> /* for offsetof */
16+
# include <stddef.h> // offsetof()
2017
#endif
2118
#ifdef HAVE_SYS_FILE_H
2219
# include <sys/file.h> // flock()

0 commit comments

Comments
 (0)