commit | c4d7f66c12853b9575366dd9f4a7960ec5694934 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Mon Mar 13 16:32:18 2017 +0000 |
committer | Daniel Stone <daniels@collabora.com> | Mon Mar 13 17:56:16 2017 +0000 |
tree | d4c5f36eff79f1ed70b8d85b3f7644bfda70edcf | |
parent | 2ef9b1a3c4a303601ee475af13b4c13b3f6f286c [diff] |
launcher: Add sysmacros.h include for major() glibc 2.25 produces a warning when sysmacros.h is not directly included but major() is used, as it is intended to be moved to sysmacros.h and only there. Include it to keep the build happy. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>