Merge branch 'hishamhm-pull-866'

This commit is contained in:
Nathan Scott
2020-08-20 12:29:25 +10:00
4 changed files with 4 additions and 8 deletions

View File

@ -31,8 +31,7 @@ in the source distribution for its full text.
#include <math.h>
#ifdef MAJOR_IN_MKDEV
#include <sys/mkdev.h>
#elif defined(MAJOR_IN_SYSMACROS) || \
(defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H)
#elif defined(MAJOR_IN_SYSMACROS)
#include <sys/sysmacros.h>
#endif