Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diod/ops.c: add header file for makedev | Hongzhi.Song | 2018-09-05 | 1 | -0/+40 |
Error: diod/ops.c:845: undefined reference to `makedev' Fixed: Glibc removes sys/sysmacros.h which defines makedev from sys/types.h since v2.28. [Commit ID: e16deca62e16f] And then glibc suggestions us to include <sys/sysmacros.h> directly if code needs it. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |