From: Baruch Siach Date: Tue, 8 Mar 2016 12:55:05 +0000 (+0200) Subject: Fix: add missing sys/types.h header X-Git-Tag: v2.8.0-rc1~4 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3446f6068558765c6042778abaa3c43c17859283 Fix: add missing sys/types.h header The musl C library requires inclusion of sys/types.h for mode_t. Signed-off-by: Baruch Siach Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/runas.h b/src/common/runas.h index 2c5565af3..ac1143eec 100644 --- a/src/common/runas.h +++ b/src/common/runas.h @@ -19,6 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include #include #include