Since kernel-libc-headers was updated to 4.9.8 the macros `makedev`, `major` and `minor` are defined in the include file `sys/sysmacros.h`. The definitions in `sys/types.h` are obsoleted and will be removed soon. This fix moves the `#include <sys/sysmacros.h>` after the `#include <sys/types.h>`. Closes #5704
520 B
520 B