1
0
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:
Tim Kientzle 2007-04-13 16:08:23 +00:00
parent 0b76504872
commit 94a2a4ad3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168692

View File

@ -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>