Skip to content

Commit 3c732e5

Browse files
committed
Fix typo
1 parent 78f9b62 commit 3c732e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/posix/posix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <pwd.h>
4242
#ifdef MAJOR_IN_MKDEV
4343
# include <sys/mkdev.h>
44-
#elif defined(MAJOR_IN_SYS_SYSMACROS)
44+
#elif defined(MAJOR_IN_SYSMACROS)
4545
# include <sys/sysmacros.h>
4646
#endif
4747

0 commit comments

Comments
 (0)