mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Portability.
Thanks to: Martin Koeppe for testing on Interix
This commit is contained in:
parent
0b76504872
commit
94a2a4ad3d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168692
@ -31,6 +31,8 @@ __FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
#ifdef MAJOR_IN_MKDEV
|
||||
#include <sys/mkdev.h>
|
||||
#elif defined(MAJOR_IN_SYSMACROS)
|
||||
#include <sys/sysmacros.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user