From 92ce256da4da1586465e18362e88b5be16752d59 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 11 Mar 2017 21:18:27 -0500 Subject: [PATCH] Fix: add missing getenv.h include to ustctl.c Signed-off-by: Mathieu Desnoyers --- liblttng-ust-ctl/ustctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c index 40677582..7b41b992 100644 --- a/liblttng-ust-ctl/ustctl.c +++ b/liblttng-ust-ctl/ustctl.c @@ -34,6 +34,7 @@ #include "../liblttng-ust/wait.h" #include "../liblttng-ust/lttng-rb-clients.h" #include "../liblttng-ust/clock.h" +#include "../liblttng-ust/getenv.h" /* * Number of milliseconds to retry before failing metadata writes on -- 2.34.1